PHP 클래스 LdapTools\Operation\BatchModifyOperation

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

보호된 프로퍼티들

프로퍼티 타입 설명
$properties array

공개 메소드들

메소드 설명
__clone ( ) Make sure to clone a BatchCollection instance.
__construct ( string $dn, BatchCollection $batch = null )
getArguments ( )
getBatchCollection ( ) : BatchCollection | null The batch modifications array for a modify operation.
getDn ( ) : null | string The distinguished name for an add, delete, or move operation.
getLdapFunction ( )
getLogArray ( )
getName ( )
setBatchCollection ( BatchCollection $batch ) Set the batch modifications array for the operation.
setDn ( string $dn ) Set the distinguished name that the operation is working on.

보호된 메소드들

메소드 설명
getBatchArray ( ) : array

메소드 상세

__clone() 공개 메소드

Make sure to clone a BatchCollection instance.
public __clone ( )

__construct() 공개 메소드

public __construct ( string $dn, BatchCollection $batch = null )
$dn string The DN of the LDAP object to be modified.
$batch LdapTools\BatchModify\BatchCollection A BatchCollection object.

getArguments() 공개 메소드

public getArguments ( )

getBatchArray() 보호된 메소드

protected getBatchArray ( ) : array
리턴 array

getBatchCollection() 공개 메소드

The batch modifications array for a modify operation.
public getBatchCollection ( ) : BatchCollection | null
리턴 LdapTools\BatchModify\BatchCollection | null

getDn() 공개 메소드

The distinguished name for an add, delete, or move operation.
public getDn ( ) : null | string
리턴 null | string

getLdapFunction() 공개 메소드

public getLdapFunction ( )

getLogArray() 공개 메소드

public getLogArray ( )

getName() 공개 메소드

public getName ( )

setBatchCollection() 공개 메소드

Set the batch modifications array for the operation.
public setBatchCollection ( BatchCollection $batch )
$batch LdapTools\BatchModify\BatchCollection

setDn() 공개 메소드

Set the distinguished name that the operation is working on.
public setDn ( string $dn )
$dn string

프로퍼티 상세

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

protected array $properties
리턴 array