AppserverIo\Appserver\Core\Api\Node\InitialContextNode::getType PHP Метод

getType() публичный Метод

Returns information about the initial context's class name.
public getType ( ) : string
Результат string The initial context's class name
    public function getType()
    {
        return $this->type;
    }