Eloquent\Phony\Call\Arguments::create PHP Méthode

create() public static méthode

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