You are here

class lazy_pane_lazy_cache_object in Lazy Pane 7

An implementation of panels_cache_object with a nullified restore method.

Hierarchy

Expanded class hierarchy of lazy_pane_lazy_cache_object

File

plugins/cache/lazy.inc, line 176

View source
class lazy_pane_lazy_cache_object extends panels_cache_object {
  function restore() {

    // Left blank on purpose.
  }

}

Members

Namesort descending Modifiers Type Description Overrides
lazy_pane_lazy_cache_object::restore function Restore out of band data saved to cache. Overrides panels_cache_object::restore
panels_cache_object::$content property
panels_cache_object::$css property
panels_cache_object::$head property
panels_cache_object::$js property
panels_cache_object::$ready property
panels_cache_object::$tokens property
panels_cache_object::add_content function Add content to the cache. This assumes a pure stream; use set_content() if it's something else.
panels_cache_object::cache function Set the object for storing. This overwrites.
panels_cache_object::set_content function
panels_cache_object::__construct function When constructed, take a snapshot of our existing out of band data.