The base class of Akeeba Engine objects. Allows for error and warnings logging and propagation. Largely based on the Joomla! 1.5 JObject class.
Located in /administrator/components/com_joomlaupdate/restore.php (line 907)
Class | Description |
---|---|
AKAbstractPostproc | File post processor engines base class |
AKAbstractPart | The superclass of all Akeeba Kickstart parts. The "parts" are intelligent stateful |
AKCoreTimer | Timer class |
AKUtilsLister | A filesystem scanner which uses opendir() |
AKText | A simple INI-based i18n engine |
Public constructor, makes sure we are instanciated only by the factory class
Get the most recent error message
Return all errors, if any
Returns the last item of a LIFO string message queue, or a specific item if so specified.
Get the most recent warning message
Return all warnings, if any
Propagates errors and warnings from a foreign object. Each propagated list is then cleared on the foreign object, as long as it implements resetErrors() and/or resetWarnings() methods.
Propagates errors and warnings to a foreign object. The foreign object SHOULD implement the setError() and/or setWarning() methods but DOESN'T HAVE TO be of AKAbstractObject type. For example, this can even be used to propagate to a JObject instance in Joomla!. Propagated items will be removed from ourself.
Resets all error messages
Resets all warning messages
Add an error message
Sets the size of the error queue (acts like a LIFO buffer)
Add an error message
Sets the size of the warnings queue (acts like a LIFO buffer)
Documentation generated on Mon, 25 Jun 2012 13:59:12 -0500 by phpDocumentor 1.4.4