/**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(FolderNodeType::NAME);
 }
Esempio n. 2
0
 /**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(PageNodeType::NAME);
 }
Esempio n. 3
0
 /**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(SiteModel::NODE_TYPE);
 }