コード例 #1
0
ファイル: AbstractServer.php プロジェクト: rexmac/zf2
 /**
  * Constructor
  *
  * Setup server description
  *
  * @return void
  */
 public function __construct()
 {
     $this->_table = new Definition();
     $this->_table->setOverwriteExistingMethods($this->_overwriteExistingMethods);
 }