PHP Class IMP_Maillog_Log_Base, horde

Author: Michael Slusarz ([email protected])
Afficher le fichier Open project: horde/horde Class Usage Examples

Protected Properties

Свойство Type Description
$_action string Action.
$_timestamp integer Timestamp.

Méthodes publiques

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

Méthodes protégées

Méthode Description
_getMessage ( ) : string The log message.

Method Details

__construct() public méthode

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

__get() public méthode

public __get ( $name )

__set() public méthode

public __set ( $name, $value )

__tostring() public méthode

public __tostring ( )

_getMessage() abstract protected méthode

The log message.
abstract protected _getMessage ( ) : string
Résultat string Log message.

addData() public méthode

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

Property Details

$_action protected_oe property

Action.
protected string $_action
Résultat string

$_timestamp protected_oe property

Timestamp.
protected int $_timestamp
Résultat integer