PHP Класс LdapTools\Operation\BatchModifyOperation

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\Operation\LdapOperationInterface, use trait LdapOperationTrait
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$properties array

Открытые методы

Метод Описание
__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.

Защищенные методы

Метод Описание
getBatchArray ( ) : array

Описание методов

__clone() публичный метод

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

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

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 getArguments ( )

getBatchArray() защищенный метод

protected getBatchArray ( ) : array
Результат array

getBatchCollection() публичный метод

The batch modifications array for a modify operation.
public getBatchCollection ( ) : BatchCollection | null
Результат LdapTools\BatchModify\BatchCollection | null

getDn() публичный метод

The distinguished name for an add, delete, or move operation.
public getDn ( ) : null | string
Результат null | string

getLdapFunction() публичный метод

public getLdapFunction ( )

getLogArray() публичный метод

public getLogArray ( )

getName() публичный метод

public getName ( )

setBatchCollection() публичный метод

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

setDn() публичный метод

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

Описание свойств

$properties защищенное свойство

protected array $properties
Результат array