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;
    }