PHP Class LdapTools\Operation\DeleteOperation

Author: Chad Sikorra ([email protected])
Inheritance: implements LdapTools\Operation\LdapOperationInterface, use trait LdapOperationTrait
Afficher le fichier Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Свойство Type Description
$dn The DN to remove.

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

public __construct ( string $dn )
$dn string The DN of the LDAP object to delete.

getArguments() public méthode

public getArguments ( )

getDn() public méthode

Get the distinguished name to be deleted by this operation.
public getDn ( ) : null | string
Résultat null | string

getLdapFunction() public méthode

public getLdapFunction ( )

getLogArray() public méthode

public getLogArray ( )

getName() public méthode

public getName ( )

setDn() public méthode

Set the distinguished name to be deleted by this operation.
public setDn ( string $dn )
$dn string

Property Details

$dn protected_oe property

The DN to remove.
protected $dn