PHP 클래스 LdapTools\Log\LogOperation

저자: Chad Sikorra ([email protected])
파일 보기 프로젝트 열기: ldaptools/ldaptools 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$domain The domain name that the log operation pertains to.
$error The error/exception message if issues were encountered during the operation.
$operation The operation type.
$start The start of the operation.
$stop The end of the operation.

공개 메소드들

메소드 설명
__construct ( LdapTools\Operation\LdapOperationInterface $operation )
getDomain ( ) : string Get the domain that this log operation pertains to.
getError ( ) : null | string The error/exception message if the operation encountered issues.
getOperation ( ) : LdapTools\Operation\LdapOperationInterface Get the LDAP operation represented for this log.
getStartTime ( ) : integer Get the time that the operation started.
getStopTime ( ) : integer Get the time that the operation stopped.
setDomain ( string $domain ) Set the domain name that this log operation pertains to.
setError ( string $error ) Set the error/exception message if issues were encountered during the LDAP operation.
setOperation ( LdapTools\Operation\LdapOperationInterface $operation ) Set the LDAP operation represented for this log.
start ( ) Signifies that the operation has started.
stop ( ) Signifies that the operation is over.

메소드 상세

__construct() 공개 메소드

public __construct ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface

getDomain() 공개 메소드

Get the domain that this log operation pertains to.
public getDomain ( ) : string
리턴 string

getError() 공개 메소드

The error/exception message if the operation encountered issues.
public getError ( ) : null | string
리턴 null | string

getOperation() 공개 메소드

Get the LDAP operation represented for this log.
public getOperation ( ) : LdapTools\Operation\LdapOperationInterface
리턴 LdapTools\Operation\LdapOperationInterface

getStartTime() 공개 메소드

Get the time that the operation started.
public getStartTime ( ) : integer
리턴 integer

getStopTime() 공개 메소드

Get the time that the operation stopped.
public getStopTime ( ) : integer
리턴 integer

setDomain() 공개 메소드

Set the domain name that this log operation pertains to.
public setDomain ( string $domain )
$domain string

setError() 공개 메소드

Set the error/exception message if issues were encountered during the LDAP operation.
public setError ( string $error )
$error string

setOperation() 공개 메소드

Set the LDAP operation represented for this log.
public setOperation ( LdapTools\Operation\LdapOperationInterface $operation )
$operation LdapTools\Operation\LdapOperationInterface

start() 공개 메소드

Signifies that the operation has started.
public start ( )

stop() 공개 메소드

Signifies that the operation is over.
public stop ( )

프로퍼티 상세

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

The domain name that the log operation pertains to.
protected $domain

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

The error/exception message if issues were encountered during the operation.
protected $error

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

The operation type.
protected $operation

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

The start of the operation.
protected $start

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

The end of the operation.
protected $stop