lazyrecord\schema\MixinDeclareSchema::beforeCreate PHP Method

beforeCreate() public static method

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