PHP 클래스 IMP_Maillog_Log_Base, horde

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_action string Action.
$_timestamp integer Timestamp.

공개 메소드들

메소드 설명
__construct ( array $params = [] ) Constructor.
__get ( $name )
__set ( $name, $value )
__tostring ( )
addData ( ) : array Add entry specific data to the backend storage.

보호된 메소드들

메소드 설명
_getMessage ( ) : string The log message.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( array $params = [] )
$params array Parameters.

__get() 공개 메소드

public __get ( $name )

__set() 공개 메소드

public __set ( $name, $value )

__tostring() 공개 메소드

public __tostring ( )

_getMessage() 추상적인 보호된 메소드

The log message.
abstract protected _getMessage ( ) : string
리턴 string Log message.

addData() 공개 메소드

Add entry specific data to the backend storage.
public addData ( ) : array
리턴 array An array of key -> value pairs to add.

프로퍼티 상세

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

Action.
protected string $_action
리턴 string

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

Timestamp.
protected int $_timestamp
리턴 integer