Public Member Functions | Public Attributes | Protected Attributes

GauffrLog Class Reference

GauffrLog persistant object. More...

Inheritance diagram for GauffrLog:
GauffrPersistentObject

List of all members.

Public Member Functions

 getState ()

Public Attributes

const DEBUG = ezcLog::DEBUG
const INFO = ezcLog::INFO
const WARNING = ezcLog::WARNING
const ERROR = ezcLog::ERROR
const SYSTEM = ezcLog::SUCCESS_AUDIT
 $Category
 $File
 $Line
 $Message
 $Severity
 $Source
 $Time

Protected Attributes

 $ID

Detailed Description

GauffrLog persistant object.

The GauffrLog classes.

Allow persistence for object GauffrLog.

Version:
0.4

Definition at line 19 of file gauffrlog.php.


Member Function Documentation

GauffrLog::getState (  ) 

Get PersistantObject state

Returns:
array

Definition at line 45 of file gauffrlog.php.

    {
        return array(
            'ID' => $this->ID,
            'Category' => $this->Category,
            'File' => $this->File,
            'Line' => $this->Line,
            'Message' => $this->Message,
            'Severity' => $this->Severity,
            'Source' => $this->Source,
            'Time' => $this->Time,
        );
    }


The documentation for this class was generated from the following file:
 All Classes Functions Variables