function panels_cache_object::set_content in Panels 6.3
Same name and namespace in other branches
- 5.2 includes/plugins.inc \panels_cache_object::set_content()
- 6.2 includes/plugins.inc \panels_cache_object::set_content()
- 7.3 includes/plugins.inc \panels_cache_object::set_content()
File
- includes/
plugins.inc, line 144 - Contains helper code for plugins and contexts.
Class
- panels_cache_object
- An object to hold caching information while it is happening.
Code
function set_content($content) {
$this->content = $content;
}