예제 #1
0
파일: actions.php 프로젝트: eliudiaz/p4a
 /**
  * @param string $name Mnemonic identifier for the object
  */
 public function __construct($name)
 {
     parent::__construct($name);
     $this->addDefaultButtons();
 }
예제 #2
0
파일: table.php 프로젝트: eliudiaz/p4a
 /**
  * @return P4A_Table
  */
 public function hideToolbar()
 {
     $this->toolbar->setVisible(false);
     return $this;
 }