schmunk42\giiant\generators\crud\callbacks\base\Callback::attribute PHP 메소드

attribute() 공개 정적인 메소드

public static attribute ( ) : Closure
리턴 Closure standard attribute, without any formatting
    public static function attribute()
    {
        return function ($attribute) {
            return "'{$attribute}'";
        };
    }