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

count() public method

Get the number of arguments.
public count ( ) : integer
return integer The number of arguments.
    public function count()
    {
        return $this->count;
    }