Beispiel #1
0
 /**
  * Update the in memory values
  * 
  * @return void
  */
 protected function updateValues()
 {
     $this->values = $this->cache->all();
 }
Beispiel #2
0
 /**
  * Return all entities
  * 
  * @return \GibbonCms\Gibbon\Entities\Entity[]
  */
 public function getAll()
 {
     return array_values($this->cache->all());
 }