MCPcopy Index your code
hub / github.com/atomicon/codeigniter-theme / set_config

Method set_config

libraries/theme.php:134–137  ·  view source on GitHub ↗

* Theme::set_config() * * Sets an item in the config array * e.g. $this->theme->set_config('theme', 'other_theme'); * * @param mixed $name * @param mixed $value * @return void */

($name, $value)

Source from the content-addressed store, hash-verified

132 * @return void
133 */
134 function set_config($name, $value)
135 {
136 $this->_config[$name] = $value;
137 }
138
139 /**
140 * Theme::get()

Callers 2

set_themeMethod · 0.95
set_layoutMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected