/** * @param Schema $model * @param array $options * @return bool */ private function _flushUpdate(Schema $model, array $options = []) { if ($model->forceUpdate($options) === false) { return false; } return true; }
public function setIsNew($value) { parent::setIsNew($value); }