destroyAUX() public method

public destroyAUX ( )
コード例 #1
0
ファイル: BaseSimple.php プロジェクト: metamodels/core
 /**
  * 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();
 }