You are here

function panels_cache_object::set_content in Panels 6.2

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. 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;
}