1 | <?php namespace Arcanedev\Menus\Entities; |
||
12 | class MenuItemAttributes extends Collection implements Renderable |
||
13 | { |
||
14 | /* ------------------------------------------------------------------------------------------------ |
||
15 | | Main Functions |
||
16 | | ------------------------------------------------------------------------------------------------ |
||
17 | */ |
||
18 | /** |
||
19 | * Render the instance to string. |
||
20 | * |
||
21 | * @return string |
||
22 | */ |
||
23 | 15 | public function render() |
|
41 | |||
42 | /** |
||
43 | * Render the instance to string. |
||
44 | * |
||
45 | * @return string |
||
46 | */ |
||
47 | 5 | public function __toString() |
|
51 | } |
||
52 |