PHP Class PHPDaemon\Exceptions\ClearStack

Inheritance: extends Exception
Datei anzeigen Open project: kakserpom/phpdaemon

Protected Properties

Property Type Description
$thread Thread object

Public Methods

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

Method Details

__construct() public method

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

getThread() public method

Gets associated Thread object
public getThread ( ) : object
return object Thread

Property Details

$thread protected_oe property

Thread object
protected $thread