references:joomla.framework:application:japplication-__constructTable of Contents
__construct
Constructor for the JApplication class. The client ID and request time (current time) is stored. SyntaxJApplication __construct ( $clientId )
ExamplesThis method is invoked by the JAdministrator class (which extends JApplication) in the following manner (this class is defined in /administrator/includes/application.php): Example parent::__construct( 1 );
|


