AppserverIo\Appserver\Core\Api\Node\InitialContextNode::getType PHP Méthode

getType() public méthode

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