LdapTools\Operation\DeleteOperation::__construct PHP Метод

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

public __construct ( string $dn )
$dn string The DN of the LDAP object to delete.
    public function __construct($dn)
    {
        $this->dn = $dn;
    }