initializeAUX() public method

public initializeAUX ( )
示例#1
0
 /**
  * Delete all auxiliary data like a column in the MetaModel table or references in another table etc.
  *
  * @return void
  */
 public function initializeAUX()
 {
     parent::initializeAUX();
     $this->createColumn();
 }