| 1 | <?php |
||
| 6 | class Page extends \KodiComponents\Navigation\Page |
||
| 7 | { |
||
| 8 | /** |
||
| 9 | * @var null|\Sco\Admin\Contracts\ComponentInterface |
||
| 10 | */ |
||
| 11 | protected $component; |
||
| 12 | |||
| 13 | public function __construct($component = null) |
||
| 19 | |||
| 20 | public function getComponent() |
||
| 24 | |||
| 25 | public function hasComponent() |
||
| 29 | |||
| 30 | public function setIcon($icon) |
||
| 36 | |||
| 37 | public function getTitle() |
||
| 45 | |||
| 46 | public function getUrl() |
||
| 54 | } |
||
| 55 |