PHP Class IMP_Maillog_Log_Base, horde

Author: Michael Slusarz ([email protected])
Datei anzeigen Open project: horde/horde Class Usage Examples

Protected Properties

Property Type Description
$_action string Action.
$_timestamp integer Timestamp.

Public Methods

Method Description
__construct ( array $params = [] ) Constructor.
__get ( $name )
__set ( $name, $value )
__tostring ( )
addData ( ) : array Add entry specific data to the backend storage.

Protected Methods

Method Description
_getMessage ( ) : string The log message.

Method Details

__construct() public method

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

__get() public method

public __get ( $name )

__set() public method

public __set ( $name, $value )

__tostring() public method

public __tostring ( )

_getMessage() abstract protected method

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

addData() public method

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

Property Details

$_action protected_oe property

Action.
protected string $_action
return string

$_timestamp protected_oe property

Timestamp.
protected int $_timestamp
return integer