version Class Reference

List of all members.

Public Member Functions

 footer ()

Static Public Member Functions

static getInstance ()

Public Attributes

 $PRODUCT = 'Aliro'
 $RELEASE = '2.0'
 $DEV_STATUS = 'External-Alpha5'
 $DEV_LEVEL = '0'
 $CODENAME = 'Christoph'
 $RELDATE = '18-Nov-2007'
 $RELTIME = '23:00'
 $RELTZ = 'GMT'
 $COPYRIGHT = 'Copyright 2006-7 Martin Brampton. All rights reserved.'
 $URL = '<a href="http://www.aliro.org">%s</a> is Free Software released under the GNU/GPL License.'

Static Private Attributes

static $instance = __CLASS__


Detailed Description

Version information

Definition at line 42 of file version.php.


Member Function Documentation

static version::getInstance (  )  [static]

Definition at line 66 of file version.php.

Referenced by aliroAdminTemplateBase::preRender(), aliroAbstractRequest::setUsefulObjects(), aliroAdminToolbar::show(), and aliroAdminTemplateBase::showToolbar().

00066                                           {
00067         return is_object(self::$instance) ? self::$instance : (self::$instance = new self::$instance);
00068     }

version::footer (  ) 

Definition at line 70 of file version.php.

00070                        {
00071         return "<div>".sprintf($this->URL,$this->PRODUCT.' '.$this->RELEASE.'/'.$this->DEV_STATUS.'/'.$this->DEV_LEVEL).'</div>';
00072     }


Member Data Documentation

version::$instance = __CLASS__ [static, private]

Definition at line 43 of file version.php.

version::$PRODUCT = 'Aliro'

string Product

Definition at line 46 of file version.php.

version::$RELEASE = '2.0'

int Main Release Level

Definition at line 48 of file version.php.

version::$DEV_STATUS = 'External-Alpha5'

string Development Status

Definition at line 50 of file version.php.

version::$DEV_LEVEL = '0'

int Sub Release Level

Definition at line 52 of file version.php.

version::$CODENAME = 'Christoph'

string Codename

Definition at line 54 of file version.php.

version::$RELDATE = '18-Nov-2007'

string Date

Definition at line 56 of file version.php.

version::$RELTIME = '23:00'

string Time

Definition at line 58 of file version.php.

version::$RELTZ = 'GMT'

string Timezone

Definition at line 60 of file version.php.

version::$COPYRIGHT = 'Copyright 2006-7 Martin Brampton. All rights reserved.'

string Copyright Text

Definition at line 62 of file version.php.

version::$URL = '<a href="http://www.aliro.org">%s</a> is Free Software released under the GNU/GPL License.'

string URL

Definition at line 64 of file version.php.


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

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