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

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

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