PHP Class LdapTools\Operation\BatchModifyOperation

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
$properties array

Méthodes publiques

Méthode Description
__clone ( ) Make sure to clone a BatchCollection instance.
__construct ( string $dn, BatchCollection $batch = null )
getArguments ( )
getBatchCollection ( ) : BatchCollection | null The batch modifications array for a modify operation.
getDn ( ) : null | string The distinguished name for an add, delete, or move operation.
getLdapFunction ( )
getLogArray ( )
getName ( )
setBatchCollection ( BatchCollection $batch ) Set the batch modifications array for the operation.
setDn ( string $dn ) Set the distinguished name that the operation is working on.

Méthodes protégées

Méthode Description
getBatchArray ( ) : array

Method Details

__clone() public méthode

Make sure to clone a BatchCollection instance.
public __clone ( )

__construct() public méthode

public __construct ( string $dn, BatchCollection $batch = null )
$dn string The DN of the LDAP object to be modified.
$batch LdapTools\BatchModify\BatchCollection A BatchCollection object.

getArguments() public méthode

public getArguments ( )

getBatchArray() protected méthode

protected getBatchArray ( ) : array
Résultat array

getBatchCollection() public méthode

The batch modifications array for a modify operation.
public getBatchCollection ( ) : BatchCollection | null
Résultat LdapTools\BatchModify\BatchCollection | null

getDn() public méthode

The distinguished name for an add, delete, or move 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 ( )

setBatchCollection() public méthode

Set the batch modifications array for the operation.
public setBatchCollection ( BatchCollection $batch )
$batch LdapTools\BatchModify\BatchCollection

setDn() public méthode

Set the distinguished name that the operation is working on.
public setDn ( string $dn )
$dn string

Property Details

$properties protected_oe property

protected array $properties
Résultat array