Example #1
0
 /**
  * Get a list of all cell addresses currently held in cache
  *
  * @return  string[]
  */
 public function getCellList()
 {
     if ($this->currentObjectID !== null) {
         $this->storeData();
     }
     return parent::getCellList();
 }