LdapTools\Operation\LdapOperationTrait::setServer PHP Method

setServer() public method

Set the LDAP server that should be used for the operation.
public setServer ( string | null $server )
$server string | null
    public function setServer($server)
    {
        $this->server = $server;
        return $this;
    }