AppserverIo\Appserver\Core\Api\Node\StorageServerNode::getPort PHP Метод

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

Returns the port the server listens to.
public getPort ( ) : string
Результат string the port the server listens to
    public function getPort()
    {
        return $this->port;
    }