/**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(FolderNodeType::NAME);
 }
 /**
  * Construct this controller
  * @return null
  */
 public function __construct()
 {
     parent::__construct(PageNodeType::NAME);
 }
 /**
  * Action to set an empty site form to the view
  * @return null
  */
 public function addAction()
 {
     $this->site = null;
     parent::addAction();
 }