PHP Класс PHPDaemon\Exceptions\ClearStack

Наследование: extends Exception
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$thread Thread object

Открытые методы

Метод Описание
__construct ( string $msg, integer $code, Generic $thread = null )
getThread ( ) : object Gets associated Thread object

Описание методов

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

public __construct ( string $msg, integer $code, Generic $thread = null )
$msg string Message
$code integer Code
$thread PHPDaemon\Thread\Generic

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

Gets associated Thread object
public getThread ( ) : object
Результат object Thread

Описание свойств

$thread защищенное свойство

Thread object
protected $thread