$isUnitRandomKey
$isUnitRandomKey : mixed
PHPUnitで使用するキー配列
OriginalKey Behavior
beforeSave(\Model $model, array $options = array()) : mixed
beforeSave is called before a model is saved. Returning false from a beforeSave callback will abort the save operation.
\Model | $model | Model using this behavior |
array | $options | Options passed from Model::save(). |
False if the operation should abort. Any other result will continue.