PHP 클래스 LdapTools\Operation\DeleteOperation

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

보호된 프로퍼티들

프로퍼티 타입 설명
$dn The DN to remove.

공개 메소드들

메소드 설명
__construct ( string $dn )
getArguments ( )
getDn ( ) : null | string Get the distinguished name to be deleted by this operation.
getLdapFunction ( )
getLogArray ( )
getName ( )
setDn ( string $dn ) Set the distinguished name to be deleted by this operation.

메소드 상세

__construct() 공개 메소드

public __construct ( string $dn )
$dn string The DN of the LDAP object to delete.

getArguments() 공개 메소드

public getArguments ( )

getDn() 공개 메소드

Get the distinguished name to be deleted by this operation.
public getDn ( ) : null | string
리턴 null | string

getLdapFunction() 공개 메소드

public getLdapFunction ( )

getLogArray() 공개 메소드

public getLogArray ( )

getName() 공개 메소드

public getName ( )

setDn() 공개 메소드

Set the distinguished name to be deleted by this operation.
public setDn ( string $dn )
$dn string

프로퍼티 상세

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

The DN to remove.
protected $dn