LdapTools\Operation\LdapOperationTrait::getServer PHP Метод

getServer() публичный Метод

Get the server that should be used for the operation.
public getServer ( ) : null | string
Результат null | string
    public function getServer()
    {
        return $this->server;
    }