PHP Трейт LdapTools\Event\MoveEventTrait

Автор: Chad Sikorra ([email protected])
Показать файл Открыть проект

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

Свойство Тип Описание
$container The location the LDAP object is moving to.

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

Метод Описание
getContainer ( ) : string Get the location the LDAP object is moving to.
setContainer ( string $container ) Set the location the LDAP object is moving to.

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

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

Get the location the LDAP object is moving to.
public getContainer ( ) : string
Результат string

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

Set the location the LDAP object is moving to.
public setContainer ( string $container )
$container string The OU/container in DN form.

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

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

The location the LDAP object is moving to.
protected $container