Eloquent\Phony\Call\Arguments::count PHP Метод

count() публичный Метод

Get the number of arguments.
public count ( ) : integer
Результат integer The number of arguments.
    public function count()
    {
        return $this->count;
    }