Eloquent\Phony\Call\Arguments::create PHP 메소드

create() 공개 정적인 메소드

Create a new set of call arguments from the supplied arguments.
public static create ( ) : Arguments
리턴 Arguments The arguments object.
    public static function create()
    {
        return new self(func_get_args());
    }