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

Автор: Chad Sikorra ([email protected])
Наследование: extends LdifEntryModDn
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( string $dn, null | string $newLocation = null, null | string $newRdn = null, boolean $deleteOldRdn = true )

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

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

public __construct ( string $dn, null | string $newLocation = null, null | string $newRdn = null, boolean $deleteOldRdn = true )
$dn string
$newLocation null | string The new container/OU for the LDAP object.
$newRdn null | string The new RDN for the LDAP object.
$deleteOldRdn boolean Whether the old RDN should be deleted.