1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 13:24:03 +00:00
laravel-tips/content/tips/you-can-dynamically-create-and-extend-interfaces-in-php.md
Samuel Štancl 23979938b4 Week 17/2022
2022-04-29 21:07:03 +02:00

532 B

title tweet_id thread_slug author_username images created_at slug
You can dynamically create and extend interfaces in PHP 1520040287719944192 weekly-thread-2022-17 freekmurze
https://pbs.twimg.com/media/FRLy5UXWYAIRIet.jpg
2022-04-29T14:00:20+00:00 you-can-dynamically-create-and-extend-interfaces-in-php

🔥 Did you know you can dynamically create and/or extend interfaces in #PHP?

Example from the @pestphp codebase: https://github.com/pestphp/pest/blob/1.x/src/Contracts/HasPrintableTestCaseName.php