AppserverIo\Appserver\Core\Api\Node\ConsoleNode::getName PHP Method

getName() public method

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