LdapTools\Operation\LdapOperationTrait::getServer PHP Méthode

getServer() public méthode

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