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

__construct() public méthode

Construct a new set of call arguments.
public __construct ( array $arguments )
$arguments array The arguments.
    public function __construct(array $arguments)
    {
        $this->arguments = $arguments;
        $this->count = count($arguments);
    }