AKAbstractObjectThe 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
Get the most recent warning message
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.
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 Tue, 19 Nov 2013 15:12:15 +0100 by phpDocumentor 1.4.3