You are here

function panels_cache_object::set_content in Panels 7.3

Same name and namespace in other branches
  1. 5.2 includes/plugins.inc \panels_cache_object::set_content()
  2. 6.3 includes/plugins.inc \panels_cache_object::set_content()
  3. 6.2 includes/plugins.inc \panels_cache_object::set_content()

File

includes/plugins.inc, line 142
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;
}