LdapTools\Operation\LdapOperationTrait::getServer PHP Method

getServer() public method

Get the server that should be used for the operation.
public getServer ( ) : null | string
return null | string
    public function getServer()
    {
        return $this->server;
    }