PHP Class PHPDaemon\Exceptions\ClearStack

Inheritance: extends Exception
Afficher le fichier Open project: kakserpom/phpdaemon

Protected Properties

Свойство Type Description
$thread Thread object

Méthodes publiques

Méthode Description
__construct ( string $msg, integer $code, Generic $thread = null )
getThread ( ) : object Gets associated Thread object

Method Details

__construct() public méthode

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

getThread() public méthode

Gets associated Thread object
public getThread ( ) : object
Résultat object Thread

Property Details

$thread protected_oe property

Thread object
protected $thread