AppserverIo\Appserver\Core\Api\Node\StorageServerNode::getPort PHP Method

getPort() public method

Returns the port the server listens to.
public getPort ( ) : string
return string the port the server listens to
    public function getPort()
    {
        return $this->port;
    }