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

Class: PNLogEventArray

Source Location: /system/SecurityCenter/classes/PNLogEventArray.class.php

Class Overview

PNObject
   |
   --PNObjectArray
      |
      --PNLogEventArray

PNLogEventArray


Methods


Inherited Variables

Inherited Methods

Class: PNObjectArray

PNObjectArray::PNObjectArray()
Constructur, init everything to sane defaults and handle parameters
PNObjectArray::clean()
Clean the acquired input
PNObjectArray::delete()
Generic delete handler for an object
PNObjectArray::deleteWhere()
Delete with a where-clause
PNObjectArray::genFilter()
Generate a filter for the array view. Default implementation which can be overridden by subclasses.
PNObjectArray::get()
Return the current object data. Maps to $this->getWhere().
PNObjectArray::getCount()
Return the record count for the given object set
PNObjectArray::getData()
Return the currently set object data
PNObjectArray::getDataField()
Generic function to retrieve
PNObjectArray::getHash()
Get the hashcode for this object data array
PNObjectArray::getSelector()
Get a selector for the object array
PNObjectArray::getWhere()
Return/Select the object using the given where clause.
PNObjectArray::insert()
Generic insert handler for an object (ID is inserted into the object data)
PNObjectArray::save()
Save an object - if it has an ID update it, otherwise insert it
PNObjectArray::select()
Generic select handler for an object. Select (and set) the specified object array
PNObjectArray::selectPostProcess()
Iterate over the object data and post-process it
PNObjectArray::setData()
Set (and return) the object data. Since we dont' have a definitive key, we don't cache
PNObjectArray::update()
Generic upate handler for an object
PNObjectArray::validate()
Constructur, init everything to sane defaults and handle parameters
PNObjectArray::_init()
Internal intialization routine

Class: PNObject

PNObject::PNObject()
Constructur, init everything to sane defaults and handle parameters
PNObject::clearFailedValidationData()
Clear the failed validation object data for this object
PNObject::clearSessionCache()
Clear the session cache for this object
PNObject::clearValidationErrors()
Clear the failed validation errors for this object
PNObject::delete()
Generic delete handler for an object
PNObject::deletePostProcess()
Post-Process the data after a delete. Subclasses can define appropriate implementations.
PNObject::deletePreProcess()
Pre-Process the data prior a delete. Subclasses can define appropriate implementations.
PNObject::generateEmptyObject()
Generate an empty object with the fields initialized to null
PNObject::get()
Return the current object data. If $key and $field are supplied, the object is fetched again from the database.
PNObject::getData()
Return the currently set object data
PNObject::getDataField()
Generic function to retrieve
PNObject::getDataFromInput()
Get the data from the various input streams provided.
PNObject::getDataFromInputPostProcess()
Post-Process the data after getting it from Input. Subclasses can define appropriate implementations.
PNObject::getDataFromSession()
Get the data from the various input streams provided.
PNObject::getDataFromSessionPostProcess()
Post-Process the data after getting it from Session. Subclasses can define appropriate implementations.
PNObject::getDataFromSource()
Generic access function to retrieve data from the specified source
PNObject::getFailedValidationData()
Get the object which failed validation
PNObject::getHash()
Get the hashcode for this object data
PNObject::getID()
Return the object-ID or false
PNObject::getIDField()
Return the object ID field name
PNObject::getValidation()
PNObject::getWhere()
Return/Select the object using the given where clause.
PNObject::hasID()
Return whether or not this object has a set id field
PNObject::insert()
Generic insert handler for an object (ID is inserted into the object data)
PNObject::insertPostProcess()
Post-Process the data after an insert. Subclasses can define appropriate implementations.
PNObject::insertPreProcess()
Pre-Process the data prior to an insert. Subclasses can define appropriate implementations.
PNObject::prayer()
Print HTML-formatted debug output for the object
PNObject::prayerData()
Print HTML-formatted debug output for the object data
PNObject::save()
Generic insert handler for an object (ID is inserted into the object data). If the object contains a valid ID, it is updated, otherwise it it inserted
PNObject::select()
Select the object from the database using the specified key (and field)
PNObject::selectPostProcess()
Post-Process the newly selected object. Subclasses can define appropriate implementations.
PNObject::setData()
Set (and return) the object data.
PNObject::setDataField()
Generic function to retrieve
PNObject::setDataToSession()
Set the current object data into session
PNObject::setDataToSessionPreProcess()
Pre-Process the data before writing it to Session. Subclasses can define appropriate implementations.
PNObject::update()
Generic upate handler for an object
PNObject::updatePostProcess()
Post-Process the data after an update. Subclasses can define appropriate implementations.
PNObject::updatePreProcess()
Pre-Process the data prior to an update. Subclasses can define appropriate implementations.
PNObject::validate()
Generic function to validate an object
PNObject::validatePostProcess()
Post-Process the basic object validation with class specific logic.
PNObject::_init()
Internal intialization routine

Class Details

[line 33]
PNLogEventArray



[ Top ]


Class Methods


constructor PNLogEventArray [line 35]

PNLogEventArray PNLogEventArray( [ $init = null], [ $where = ''])



Parameters:

   $init  
   $where  

[ Top ]

method genFilter [line 53]

void genFilter( [ $filter = array()])



Overrides PNObjectArray::genFilter() (Generate a filter for the array view. Default implementation which can be overridden by subclasses.)

Parameters:

   $filter  

[ Top ]


Documentation generated on Fri, 18 Jul 2008 21:53:55 +0200 by phpDocumentor 1.4.1