LdapTools\Connection\LdapServerPool::getSelectionMethod PHP Method

getSelectionMethod() public method

Get the selection method for checking servers.
public getSelectionMethod ( ) : string
return string
    public function getSelectionMethod()
    {
        return $this->selectionMethod;
    }