コード例 #1
0
 /**
  * Action to set an empty site form to the view
  * @return null
  */
 public function addAction()
 {
     $this->site = null;
     parent::addAction();
 }