PHP 클래스 LdapTools\Ldif\Entry\LdifEntryModDn

저자: Chad Sikorra ([email protected])
상속: implements LdapTools\Ldif\Entry\LdifEntryInterface, use trait LdifEntryTrait
파일 보기 프로젝트 열기: ldaptools/ldaptools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$deleteOldRdn Whether the old RDN should be deleted.
$newRdn The new RDN.
$newSuperior The new location (ou/container) for the LDAP object.

공개 메소드들

메소드 설명
__construct ( string $dn, null | string $newLocation = null, null | string $newRdn = null, boolean $deleteOldRdn = true )
getDeleteOldRdn ( ) : boolean Get whether the old RDN should be deleted.
getNewLocation ( ) : string Get the new location (OU/container) for the LDAP object.
getNewRdn ( ) : string Get the new RDN for the LDAP object.
setDeleteOldRdn ( boolean $deleteOldRdn ) Set whether the old RDN should be deleted.
setNewLocation ( string $location ) Set the new location (OU/container) for the LDAP object.
setNewRdn ( string $rdn ) Set the new RDN (ie. name) for the LDAP object (in the form of "CN=NewName" or similar).
toOperation ( )
toString ( )

메소드 상세

__construct() 공개 메소드

public __construct ( string $dn, null | string $newLocation = null, null | string $newRdn = null, boolean $deleteOldRdn = true )
$dn string
$newLocation null | string The new container/OU for the LDAP object.
$newRdn null | string The new RDN for the LDAP object.
$deleteOldRdn boolean Whether the old RDN should be deleted.

getDeleteOldRdn() 공개 메소드

Get whether the old RDN should be deleted.
public getDeleteOldRdn ( ) : boolean
리턴 boolean

getNewLocation() 공개 메소드

Get the new location (OU/container) for the LDAP object.
public getNewLocation ( ) : string
리턴 string

getNewRdn() 공개 메소드

Get the new RDN for the LDAP object.
public getNewRdn ( ) : string
리턴 string

setDeleteOldRdn() 공개 메소드

Set whether the old RDN should be deleted.
public setDeleteOldRdn ( boolean $deleteOldRdn )
$deleteOldRdn boolean

setNewLocation() 공개 메소드

Set the new location (OU/container) for the LDAP object.
public setNewLocation ( string $location )
$location string

setNewRdn() 공개 메소드

Set the new RDN (ie. name) for the LDAP object (in the form of "CN=NewName" or similar).
public setNewRdn ( string $rdn )
$rdn string

toOperation() 공개 메소드

public toOperation ( )

toString() 공개 메소드

public toString ( )

프로퍼티 상세

$deleteOldRdn 보호되어 있는 프로퍼티

Whether the old RDN should be deleted.
protected $deleteOldRdn

$newRdn 보호되어 있는 프로퍼티

The new RDN.
protected $newRdn

$newSuperior 보호되어 있는 프로퍼티

The new location (ou/container) for the LDAP object.
protected $newSuperior