LdapTools\Connection\LdapControl::setOid PHP Method

setOid() public method

Set the OID for the control.
public setOid ( string $oid )
$oid string
    public function setOid($oid)
    {
        $this->oid = $oid;
        return $this;
    }