AppserverIo\Appserver\Core\Api\Node\InitialContextNode::getType PHP Method

getType() public method

Returns information about the initial context's class name.
public getType ( ) : string
return string The initial context's class name
    public function getType()
    {
        return $this->type;
    }