LdapTools\Connection\LdapControl::getValue PHP Method

getValue() public method

Get the value for the control.
public getValue ( ) : mixed
return mixed
    public function getValue()
    {
        return $this->value;
    }