示例#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;
 }