Example #1
0
 public function cleanup(\Model $model)
 {
     return parent::cleanup($model);
 }
 /**
  * Cleanup and reset the behavior when its detached.
  *
  * @param Model $model
  * @return void
  */
 public function cleanup(Model $model)
 {
     parent::cleanup($model);
     $this->_uploads = array();
     $this->_columns = array();
 }