installerException Class Reference

List of all members.

Public Member Functions

 __construct ($message, $extension)

Public Attributes

 $extension = null


Detailed Description

Definition at line 45 of file aliroExtensionInstaller.php.


Constructor & Destructor Documentation

installerException::__construct ( message,
extension 
)

Definition at line 48 of file aliroExtensionInstaller.php.

References $extension, and T_().

00048                                                        {
00049         $basemessage = T_('Installer error: XML file %s for extension %s - ');
00050         $this->extension = $extension;
00051         parent::__construct($basemessage.$message, 0);
00052     }


Member Data Documentation

installerException::$extension = null

Definition at line 46 of file aliroExtensionInstaller.php.

Referenced by __construct().


The documentation for this class was generated from the following file:

Generated on Wed May 14 13:02:01 2008 for ALIRO by  doxygen 1.5.5