PHP 클래스 AppserverIo\Appserver\Core\Api\Node\ThreadNode

상속: extends AppserverIo\Description\Api\Node\AbstractNode
파일 보기 프로젝트 열기: appserver-io/appserver

보호된 프로퍼티들

프로퍼티 타입 설명
$type string The thread's class name.

공개 메소드들

메소드 설명
getType ( ) : string Returns the param type.

메소드 상세

getType() 공개 메소드

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

프로퍼티 상세

$type 보호되어 있는 프로퍼티

The thread's class name.
protected string $type
리턴 string