Last active
May 14, 2019 11:21
-
-
Save renalpha/6e2b6cb655482a3de26c48f7be2bdb53 to your computer and use it in GitHub Desktop.
Composition pattern - Menu
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| namespace Exdeliver\Causeway\Domain\Common\Interfaces; | |
| /** | |
| * Interface RenderableInterface | |
| * @package Exdeliver\Causeway\Domain\Common\Interfaces | |
| */ | |
| interface RenderableInterface | |
| { | |
| public function render(): string; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.