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

Method content

libraries/theme.php:202–205  ·  view source on GitHub ↗

* Theme::content() * * Returns the content variable (filled by the view/theme function) * * @return string */

()

Source from the content-addressed store, hash-verified

200 * @return string
201 */
202 function content()
203 {
204 return $this->_content;
205 }
206
207 /**
208 * Theme::view()

Callers 2

index.phpFile · 0.80
index.phpFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected