LdapTools\Connection\LdapServerPool::getSelectionMethod PHP 메소드

getSelectionMethod() 공개 메소드

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