PHP 인터페이스 LdapTools\AttributeConverter\OperationGeneratorInterface

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

공개 메소드들

메소드 설명
getOperation ( ) : LdapTools\Operation\LdapOperationInterface | null Get the operation being executed.
getRemoveOriginalValue ( ) : boolean Get whether the original value should be removed from the batch/array, leaving only the generated operation.
setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null ) Set the current operation being executed.

메소드 상세

getOperation() 공개 메소드

Get the operation being executed.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface | null
리턴 LdapTools\Operation\LdapOperationInterface | null

getRemoveOriginalValue() 공개 메소드

Get whether the original value should be removed from the batch/array, leaving only the generated operation.
public getRemoveOriginalValue ( ) : boolean
리턴 boolean

setOperation() 공개 메소드

Set the current operation being executed.
public setOperation ( LdapTools\Operation\LdapOperationInterface $operation = null )
$operation LdapTools\Operation\LdapOperationInterface