| 1 | <?php namespace rtens\domin\delivery\web\menu; |
||
| 5 | class CustomMenuItem implements MenuItem { |
||
| 6 | |||
| 7 | /** @var callable */ |
||
| 8 | private $content; |
||
| 9 | |||
| 10 | /** |
||
| 11 | * CustomMenuItem constructor. |
||
| 12 | * @param Element|string|callable $content |
||
| 13 | */ |
||
| 14 | public function __construct($content) { |
||
| 22 | |||
| 23 | public function render() { |
||
| 28 | } |