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