You are here

function crumbs_Container_AbstractLazyDataCached::__construct in Crumbs, the Breadcrumbs suite 7.2

The constructor.

File

lib/Container/AbstractLazyDataCached.php, line 23

Class

crumbs_Container_AbstractLazyDataCached

Code

function __construct() {
  $this->keysToCache = array_fill_keys($this
    ->keysToCache(), TRUE);
}