LazyRecord\Schema\MixinSchemaDeclare::beforeCreate PHP Méthode

beforeCreate() public static méthode

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