Eloquent\Phony\Call\Arguments::create PHP Method

create() public static method

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