PHP 클래스 LdapTools\Event\LdapObjectCreationEvent

저자: Chad Sikorra ([email protected])
상속: extends Event
파일 보기 프로젝트 열기: ldaptools/ldaptools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$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