| 1 | <?php |
||
| 20 | class Page extends Base |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * Sets the view object and adds the available sites and languages |
||
| 24 | * |
||
| 25 | * @param \Aimeos\MW\View\Iface $view The view object which generates the admin output |
||
| 26 | * @return \Aimeos\Admin\JQAdm\Iface Reference to this object for fluent calls |
||
| 27 | */ |
||
| 28 | public function setView( \Aimeos\MW\View\Iface $view ) |
||
| 39 | |||
| 40 | |||
| 41 | /** |
||
| 42 | * Returns the available site code/label pairs |
||
| 43 | * |
||
| 44 | * @return array Associative list of site codes as keys and site labels as values |
||
| 45 | */ |
||
| 46 | protected function getSites() |
||
| 60 | } |
||
| 61 |