DB_Sqlite_Tools
[ class tree: DB_Sqlite_Tools ] [ index: DB_Sqlite_Tools ] [ all elements ]

Class: DB_Sqlite_Tools_LogObject

Source Location: /DB_Sqlite_Tools-0.1.7/DB/Sqlite/Tools.php

Class Overview


A class provides few function for working with the event log.


Author(s):

Version:

  • Release: 0.1.7

Copyright:

  • Copyright (c) 2004-2006 David Costa

Variables

Methods


Inherited Variables

Inherited Methods


Class Details

[line 1250]
A class provides few function for working with the event log.


[ Top ]


Class Variables

$data =

[line 1273]

Log data or message.
  • Access: public

Type:   string


[ Top ]



Method Detail

__construct (Constructor)   [line 1285]

DB_Sqlite_Tools_LogObject __construct( string $class, string $function, string $data)

Constructor.
  • Access: public

Parameters:

string   $class   —  A class name.
string   $function   —  A function name.
string   $data   —  Log data or message.

[ Top ]

toHTML   [line 1354]

string toHTML( )

Creates a HTML representation of event log.
  • Return: The HTML representation of event log.
  • Access: public

[ Top ]

toText   [line 1339]

string toText( )

Creates a plain-text representation of event log.
  • Return: The plain-text representation of event log.
  • Access: public

[ Top ]

toXML   [line 1318]

string toXML( )

Creates an XML representation of event log.
  • Return: The XML representation of the event log.
  • Access: public

[ Top ]

__toString   [line 1302]

string __toString( )

Magic function, to print this object.

This function determine the context of which representation to return.

  • Return: The event log.
  • Access: public

[ Top ]


Documentation generated on Mon, 11 Mar 2019 15:39:05 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.