PHP Class LdapTools\Event\LdapObjectCreationEvent

Author: Chad Sikorra ([email protected])
Inheritance: extends Event
Afficher le fichier Open project: ldaptools/ldaptools Class Usage Examples

Protected Properties

Свойство Type Description
$container null | string
$data array
$dn null | string

Méthodes publiques

Méthode Description
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.

Method Details

getContainer() public méthode

Get the container/OU where the LDAP object will be placed.
public getContainer ( ) : null | string
Résultat null | string

getData() public méthode

Get the data to be sent to LDAP.
public getData ( ) : array
Résultat array

getDn() public méthode

Get the DN for the LDAP object.
public getDn ( ) : null | string
Résultat null | string

setContainer() public méthode

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() public méthode

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

setDn() public méthode

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

Property Details

$container protected_oe property

protected null|string $container
Résultat null | string

$data protected_oe property

protected array $data
Résultat array

$dn protected_oe property

protected null|string $dn
Résultat null | string