Example #1
0
 /**
  * Constructor
  *
  * Setup server description
  *
  * @return void
  */
 public function __construct()
 {
     $this->_table = new Definition();
     $this->_table->setOverwriteExistingMethods($this->_overwriteExistingMethods);
 }