1 | <?php |
||
20 | class Sites extends Base |
||
21 | { |
||
22 | /** |
||
23 | * Sets the view object and adds the available sites |
||
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 ) |
||
45 | } |
||
46 |