PHP 인터페이스 AppserverIo\Appserver\Core\Api\Node\ConsoleNodeInterface

상속: extends AppserverIo\Configuration\Interfaces\NodeInterface
파일 보기 프로젝트 열기: appserver-io/appserver

공개 메소드들

메소드 설명
getFactory ( ) : string Returns the console's factory class name.
getName ( ) : string Returns the console's name
getParam ( string $name ) : mixed Returns the param with the passed name casted to the specified type.
getParams ( ) : array Array with the handler params to use.
getParamsAsArray ( ) : array Returns the params casted to the defined type as associative array.
getType ( ) : string Returns the console's class name.

메소드 상세

getFactory() 공개 메소드

Returns the console's factory class name.
public getFactory ( ) : string
리턴 string The console's factory class name

getName() 공개 메소드

Returns the console's name
public getName ( ) : string
리턴 string The console's name

getParam() 공개 메소드

Returns the param with the passed name casted to the specified type.
public getParam ( string $name ) : mixed
$name string The name of the param to be returned
리턴 mixed The requested param casted to the specified type

getParams() 공개 메소드

Array with the handler params to use.
public getParams ( ) : array
리턴 array

getParamsAsArray() 공개 메소드

Returns the params casted to the defined type as associative array.
public getParamsAsArray ( ) : array
리턴 array The array with the casted params

getType() 공개 메소드

Returns the console's class name.
public getType ( ) : string
리턴 string The console's class name