PHP 트레잇 LdapTools\Event\MoveEventTrait

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools

보호된 프로퍼티들

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