PHP Класс LdapTools\Ldif\Entry\LdifEntryModify

Автор: Chad Sikorra ([email protected])
Наследование: implements LdapTools\Ldif\Entry\LdifEntryInterface, implements LdapTools\Schema\SchemaAwareInterface, implements LdapTools\Connection\LdapAwareInterface, use trait LdifEntryTrait, use trait LdapTools\Schema\SchemaAwareTrait, use trait LdapTools\Connection\LdapAwareTrait
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
$batchMap Map the batch object types to the directives they relate to as a LDIF entry.
$batches LdapTools\BatchModify\BatchCollection

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

Метод Описание
__construct ( string $dn )
add ( $attribute, $value ) Add a value to the attribute for the LDAP object.
delete ( string $attribute, string $value ) Delete a specific attribute value.
getBatchCollection ( ) : BatchCollection Get the BatchCollection containing all the batches represented by this entry.
replace ( string $attribute, string | array $value ) Replace the current attribute value.
reset ( string $attribute ) Reset a specific attribute. This removes any value(s) it might have.
toOperation ( )
toString ( )

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

Метод Описание
unicodePwdHack ( BatchModifyOperation $operation ) Workaround AD special cases with the unicodePwd attribute.

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

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

public __construct ( string $dn )
$dn string

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

Add a value to the attribute for the LDAP object.
public add ( $attribute, $value )
$attribute
$value

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

Delete a specific attribute value.
public delete ( string $attribute, string $value )
$attribute string
$value string

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

Get the BatchCollection containing all the batches represented by this entry.
public getBatchCollection ( ) : BatchCollection
Результат LdapTools\BatchModify\BatchCollection

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

Replace the current attribute value.
public replace ( string $attribute, string | array $value )
$attribute string
$value string | array

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

Reset a specific attribute. This removes any value(s) it might have.
public reset ( string $attribute )
$attribute string

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

public toOperation ( )

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

public toString ( )

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

..
protected unicodePwdHack ( BatchModifyOperation $operation )
$operation LdapTools\Operation\BatchModifyOperation

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

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

Map the batch object types to the directives they relate to as a LDIF entry.
protected $batchMap

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

protected BatchCollection,LdapTools\BatchModify $batches
Результат LdapTools\BatchModify\BatchCollection