Свойство | Тип | Описание | |
---|---|---|---|
$dn | The DN to remove. |
Метод | Описание | |
---|---|---|
__construct ( string $dn ) | ||
getArguments ( ) | ||
getDn ( ) : null | string | Get the distinguished name to be deleted by this operation. | |
getLdapFunction ( ) | ||
getLogArray ( ) | ||
getName ( ) | ||
setDn ( string $dn ) | Set the distinguished name to be deleted by this operation. |
public __construct ( string $dn ) | ||
$dn | string | The DN of the LDAP object to delete. |