LazyRecord\Schema\MixinSchemaDeclare::beforeCreate PHP 메소드

beforeCreate() 공개 정적인 메소드

compatible methods for BaseModel to mixin.
public static beforeCreate ( $args )
    public static function beforeCreate($args)
    {
        return $args;
    }