Eloquent\Phony\Call\Exception\UndefinedCallException::index PHP Метод

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

Get the call index.
public index ( ) : integer
Результат integer The call index.
    public function index()
    {
        return $this->index;
    }
UndefinedCallException