AppserverIo\Appserver\Core\Consoles\Telnet::getName PHP Method

getName() public method

Return's the console name.
public getName ( ) : string
return string The console name
    public function getName()
    {
        return $this->consoleNode->getName();
    }