Class Mage_Core_Model_App_Area

Description

Application area nodel

Located in /Core/Model/App/Area.php (line 32)


	
			
Class Constant Summary
AREA_ADMIN = 'admin'
AREA_ADMINHTML = 'adminhtml'
AREA_FRONTEND = 'frontend'
AREA_GLOBAL = 'global'
PART_CONFIG = 'config'
PART_DESIGN = 'design'
PART_EVENTS = 'events'
PART_TRANSLATE = 'translate'
Variable Summary
Method Summary
Mage_Core_Model_App_Area load ([string|null $part = null])
Mage_Core_Model_App_Area __construct ( $areaCode,  $application)
void _initConfig ()
void _initDesign ()
void _initEvents ()
void _initTranslate ()
Variables
Mage_Core_Model_App $_application (line 63)

Area application

  • access: protected
string $_code (line 56)

Area code

  • access: protected
array $_loadedParts (line 49)

Array of area loaded parts

  • access: protected
Methods
getApplication (line 76)

Retrieve area application

  • access: public
Mage_Core_Model_App getApplication ()
load (line 87)

Load area data

  • access: public
Mage_Core_Model_App_Area load ([string|null $part = null])
  • string|null $part
Constructor __construct (line 65)
  • access: public
Mage_Core_Model_App_Area __construct ( $areaCode,  $application)
  • $areaCode
  • $application
_initConfig (line 132)
  • access: protected
void _initConfig ()
_initDesign (line 150)
  • access: protected
void _initDesign ()
_initEvents (line 137)
  • access: protected
void _initEvents ()
_initTranslate (line 144)
  • access: protected
void _initTranslate ()
_loadPart (line 107)

Loading part of area

  • access: protected
Mage_Core_Model_App_Area _loadPart (string $part)
  • string $part
Class Constants
AREA_ADMIN = 'admin' (line 36)
AREA_ADMINHTML = 'adminhtml' (line 37)
AREA_FRONTEND = 'frontend' (line 35)
AREA_GLOBAL = 'global' (line 34)
PART_CONFIG = 'config' (line 39)
PART_DESIGN = 'design' (line 42)
PART_EVENTS = 'events' (line 40)
PART_TRANSLATE = 'translate' (line 41)

Documentation generated on Fri, 11 Feb 2011 16:56:41 +0200 by phpDocumentor 1.4.3