LazyRecord\ModelTrait\RevisionModelTrait::beforeUpdate PHP 메소드

beforeUpdate() 공개 메소드

public beforeUpdate ( $args = [] )
    public function beforeUpdate($args = array())
    {
        if ($this->saveRevisionWhenUpdate) {
            $rev = $this->createRevision();
        }
        return $args;
    }