Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Eloquent
Phony
Call
Exception
UndefinedCallException
PHP Класс Eloquent\Phony\Call\Exception\UndefinedCallException
Наследование:
extends
Exceptio\Exception
Показать файл
Открыть проект
Открытые методы
Метод
Описание
__construct
(
integer
$index
)
Construct a new undefined call exception.
index
( ) :
integer
Get the call index.
Описание методов
__construct()
публичный
Метод
Construct a new undefined call exception.
public
__construct
(
integer
$index
)
$index
integer
The call index.
index()
публичный
Метод
Get the call index.
public
index
( ) :
integer
Результат
integer
The call index.