PHP Класс LdapTools\Event\LdapObjectCreationEvent

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

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

Свойство Тип Описание
$container null | string
$data array
$dn null | string

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

Метод Описание
getContainer ( ) : null | string Get the container/OU where the LDAP object will be placed.
getData ( ) : array Get the data to be sent to LDAP.
getDn ( ) : null | string Get the DN for the LDAP object.
setContainer ( string | null $container ) Set the container/OU where the LDAP object will be placed. This is only relevant for the 'before create' event.
setData ( array $data ) Set the data to be sent to LDAP. This is only relevant for the 'before create' event.
setDn ( string | null $dn ) Set the DN to be used for the LDAP object. This is only relevant for the 'before create' event.

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

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

Get the container/OU where the LDAP object will be placed.
public getContainer ( ) : null | string
Результат null | string

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

Get the data to be sent to LDAP.
public getData ( ) : array
Результат array

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

Get the DN for the LDAP object.
public getDn ( ) : null | string
Результат null | string

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

Set the container/OU where the LDAP object will be placed. This is only relevant for the 'before create' event.
public setContainer ( string | null $container )
$container string | null

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

Set the data to be sent to LDAP. This is only relevant for the 'before create' event.
public setData ( array $data )
$data array

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

Set the DN to be used for the LDAP object. This is only relevant for the 'before create' event.
public setDn ( string | null $dn )
$dn string | null

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

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

protected null|string $container
Результат null | string

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

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

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

protected null|string $dn
Результат null | string