public function __construct()
 {
     $config = array('data' => array(array('id' => 1, 'pos' => 1, 'visible' => true, 'name' => 'f1', 'filename' => 'f1', 'parent_subroot_id' => 'root', 'parent_id' => 'root', 'component' => 'empty', 'is_home' => false, 'device_visible' => 'hideOnMobile', 'hide' => false, 'custom_filename' => null), array('id' => 2, 'pos' => 2, 'visible' => true, 'name' => 'f2', 'filename' => 'f2', 'parent_subroot_id' => 'root', 'parent_id' => '1', 'component' => 'empty', 'is_home' => false, 'device_visible' => 'all', 'hide' => false, 'custom_filename' => null), array('id' => 3, 'pos' => 1, 'visible' => true, 'name' => 'f3', 'filename' => 'f3', 'parent_subroot_id' => 'root', 'parent_id' => '2', 'component' => 'empty', 'is_home' => false, 'device_visible' => 'all', 'hide' => false, 'custom_filename' => null), array('id' => 4, 'pos' => 2, 'visible' => true, 'name' => 'f4', 'filename' => 'f4', 'parent_subroot_id' => 'root', 'parent_id' => 'root', 'component' => 'empty', 'is_home' => false, 'device_visible' => 'all', 'hide' => false, 'custom_filename' => null), array('id' => 5, 'pos' => 3, 'visible' => false, 'name' => 'f5', 'filename' => 'f5', 'parent_subroot_id' => 'root', 'parent_id' => 'root', 'component' => 'empty', 'is_home' => false, 'device_visible' => 'all', 'hide' => false, 'custom_filename' => null)));
     $config = array('proxyModel' => new Kwf_Model_FnF($config));
     parent::__construct($config);
 }
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 1, 'pos' => 1, 'visible' => true, 'name' => 'Seite 1', 'filename' => 's1', 'parent_id' => 'root-master', 'component' => 'empty', 'is_home' => true, 'hide' => false, 'visible' => 1, 'custom_filename' => 0, 'parent_subroot_id' => 'root-master'), array('id' => 2, 'pos' => 2, 'visible' => true, 'name' => 'Seite 2', 'filename' => 's2', 'parent_id' => '1', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'visible' => 1, 'custom_filename' => 0, 'parent_subroot_id' => 'root-master'))));
     parent::__construct($config);
 }
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 1, 'pos' => 1, 'visible' => true, 'name' => 'Seite 1', 'filename' => '1', 'parent_id' => 'root-master-main', 'component' => 'none', 'is_home' => true, 'hide' => false, 'custom_filename' => false, 'parent_subroot_id' => 'root-master'), array('id' => 2, 'pos' => 2, 'visible' => true, 'name' => 'Seite 2', 'filename' => '2', 'parent_id' => 'root-master-main', 'component' => 'none', 'is_home' => false, 'hide' => false, 'custom_filename' => false, 'parent_subroot_id' => 'root-master'), array('id' => 3, 'pos' => 3, 'visible' => true, 'name' => 'Seite 3', 'filename' => '3', 'parent_id' => 'root-master-main', 'component' => 'none', 'is_home' => false, 'hide' => false, 'custom_filename' => false, 'parent_subroot_id' => 'root-master'), array('id' => 4, 'pos' => 1, 'visible' => true, 'name' => 'Seite 4', 'filename' => '4', 'parent_id' => '1', 'component' => 'none', 'is_home' => false, 'hide' => false, 'custom_filename' => false, 'parent_subroot_id' => 'root-master'), array('id' => 5, 'pos' => 1, 'visible' => true, 'name' => 'Seite 5', 'filename' => '5', 'parent_id' => 'root-master-bottom', 'component' => 'none', 'is_home' => false, 'hide' => false, 'custom_filename' => false, 'parent_subroot_id' => 'root-master'))));
     parent::__construct($config);
 }
 public function __construct()
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 1, 'pos' => 1, 'visible' => true, 'name' => 'test1', 'filename' => 'test1', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'))));
     parent::__construct($config);
 }
 public function __construct($config = array())
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 1, 'pos' => 1, 'visible' => true, 'name' => 'Home', 'filename' => 'home', 'custom_filename' => false, 'parent_id' => 'root-main', 'component' => 'empty', 'is_home' => true, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 2, 'pos' => 1, 'visible' => true, 'name' => 'Foo', 'filename' => 'foo', 'custom_filename' => false, 'parent_id' => 1, 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 4, 'pos' => 2, 'visible' => true, 'name' => 'Foo3', 'filename' => 'foo3', 'custom_filename' => false, 'parent_id' => 'root-bottom', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'))));
     parent::__construct($config);
 }
 public function __construct()
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 2100, 'pos' => 1, 'visible' => true, 'name' => 'NewsBar', 'filename' => 'newsbar1', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'news', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 5100, 'pos' => 2, 'visible' => true, 'name' => 'NewsLink 1', 'filename' => 'newslink1', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'link', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 5200, 'pos' => 3, 'visible' => true, 'name' => 'NewsLink 2', 'filename' => 'newslink2', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'link', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'))));
     parent::__construct($config);
 }
 public function __construct()
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 1300, 'pos' => 1, 'visible' => true, 'name' => 'Foo', 'filename' => 'foo1', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'link', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 1301, 'pos' => 2, 'visible' => true, 'name' => 'Foo', 'filename' => 'foo2', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'link', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 1302, 'pos' => 3, 'visible' => true, 'name' => 'Foo', 'filename' => 'foo3', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'link', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 1303, 'pos' => 4, 'visible' => true, 'name' => 'Foo', 'filename' => 'foo3', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'link', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 1310, 'pos' => 5, 'visible' => true, 'name' => 'Bar', 'filename' => 'bar', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 1311, 'pos' => 6, 'visible' => false, 'name' => 'Bar2', 'filename' => 'bar2', 'custom_filename' => false, 'parent_id' => 'root', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'))));
     parent::__construct($config);
 }
 public function __construct()
 {
     $config['proxyModel'] = new Kwf_Model_FnF(array('data' => array(array('id' => 1, 'pos' => 1, 'visible' => true, 'name' => 'test1', 'filename' => 'test1', 'custom_filename' => false, 'parent_id' => 'root-main', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 3, 'pos' => 1, 'visible' => true, 'name' => 'test3', 'filename' => 'test3', 'custom_filename' => false, 'parent_id' => '1', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 4, 'pos' => 1, 'visible' => true, 'name' => 'test4', 'filename' => 'test4', 'custom_filename' => false, 'parent_id' => '3', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 10, 'pos' => 1, 'visible' => true, 'name' => 'test10', 'filename' => 'test10', 'custom_filename' => false, 'parent_id' => '4', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 11, 'pos' => 1, 'visible' => true, 'name' => 'test11', 'filename' => 'test11', 'custom_filename' => false, 'parent_id' => '10', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 8, 'pos' => 1, 'visible' => true, 'name' => 'test8', 'filename' => 'test8', 'custom_filename' => false, 'parent_id' => '1', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 9, 'pos' => 1, 'visible' => true, 'name' => 'test9', 'filename' => 'test9', 'custom_filename' => false, 'parent_id' => '8', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 5, 'pos' => 2, 'visible' => true, 'name' => 'test5', 'filename' => 'test5', 'custom_filename' => false, 'parent_id' => 'root-main', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 6, 'pos' => 1, 'visible' => true, 'name' => 'test6', 'filename' => 'test6', 'custom_filename' => false, 'parent_id' => '5', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 7, 'pos' => 1, 'visible' => true, 'name' => 'test7', 'filename' => 'test7', 'custom_filename' => false, 'parent_id' => '6', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'), array('id' => 2, 'pos' => 1, 'visible' => true, 'name' => 'test2', 'filename' => 'test2', 'custom_filename' => false, 'parent_id' => 'root-bottom', 'component' => 'empty', 'is_home' => false, 'hide' => false, 'parent_subroot_id' => 'root'))));
     parent::__construct($config);
 }