You are here

function lazy_pane_lazy_cache_object::restore in Lazy Pane 7

Restore out of band data saved to cache.

Overrides panels_cache_object::restore

File

plugins/cache/lazy.inc, line 178

Class

lazy_pane_lazy_cache_object
An implementation of panels_cache_object with a nullified restore method.

Code

function restore() {

  // Left blank on purpose.
}