AppserverIo\Appserver\Core\Api\Node\DatabaseNode::getUnixSocket PHP Method

getUnixSocket() public method

Returns the name of the socket used to connect to the database.
public getUnixSocket ( ) : AppserverIo\Appserver\Core\Api\Node\UnixSocketNode
return AppserverIo\Appserver\Core\Api\Node\UnixSocketNode The name of the socket
    public function getUnixSocket()
    {
        return $this->unixSocket;
    }