LdapTools\Utilities\GPOLink::setGpo PHP Метод

setGpo() публичный Метод

Set the GPO for the link.
public setGpo ( string | LdapObject $gpo )
$gpo string | LdapTools\Object\LdapObject
    public function setGpo($gpo)
    {
        $this->gpo = $gpo;
        return $this;
    }