PHP Class AppserverIo\Appserver\Core\Api\Node\ThreadNode

Inheritance: extends AppserverIo\Description\Api\Node\AbstractNode
Show file Open project: appserver-io/appserver

Protected Properties

Property Type Description
$type string The thread's class name.

Public Methods

Method Description
getType ( ) : string Returns the param type.

Method Details

getType() public method

Returns the param type.
public getType ( ) : string
return string The param type

Property Details

$type protected property

The thread's class name.
protected string $type
return string