AppserverIo\Appserver\Core\Api\Node\ManagerNodeInterface::getParam PHP 메소드

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
    public function getParam($name);