destroyAUX() public method

public destroyAUX ( )
Exemplo n.º 1
0
 /**
  * Create auxiliary data like a column in the MetaModel table or references in another table etc.
  *
  * @return void
  */
 public function destroyAUX()
 {
     parent::destroyAUX();
     $this->deleteColumn();
 }