Method
content
* 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() |
Tested by
no test coverage detected