Elastic
[ class tree: Elastic ] [ index: Elastic ] [ all elements ]

Class: Elastic

Source Location: /elastic.php

Class Overview


Handles internal framework operation. Do not access directly. Instead, use elastic_get() and elastic_set().


Author(s):

  • Daryl Koopersmith

Variables



Class Details

[line 13]
Handles internal framework operation. Do not access directly. Instead, use elastic_get() and elastic_set().



Tags:

author:  Daryl Koopersmith


[ Top ]


Class Variables

$child_data =

[line 52]

An array of child theme data obtained through get_theme_data().

Filtered hook: 'elastic_child_data'.



Type:   array


[ Top ]

$context =

[line 22]

An array containing the context of a page.

Set through {}



Type:   array


[ Top ]

$has_child =

[line 58]

Are we running a child theme?


Type:   boolean


[ Top ]

$layout =

[line 14]


Type:   mixed


[ Top ]

$module_prefix =

[line 38]

Contains the prefix used for all Modules. Default 'module_'.

Can be overridden through filter 'elastic_module_prefix'.



Type:   string


[ Top ]

$module_types = array( 'header', 'content', 'sidebar' )

[line 66]

An array of module names.



Tags:

deprecated:  
todo:  Double check if Elastic::module_types is used anywhere.

Type:   array


[ Top ]

$path = array()

[line 73]

Contains an array of relative paths. Access paths through elastic_get_path().


Type:   array


[ Top ]

$prefix =

[line 31]

Contains the prefix used for most Elastic hooks and ids. Default 'elastic_'.

Can be overridden through filter 'elastic_prefix'.

Warning: Override with care! The names other filters will change when Elastic::$prefix is overridden.



Type:   string


[ Top ]

$theme_data =

[line 45]

An array of theme data obtained through get_theme_data().

Filtered hook: 'elastic_theme_data'.



Type:   array


[ Top ]



Documentation generated on Sat, 24 Oct 2009 17:17:44 -0500 by phpDocumentor 1.4.3