コード例 #1
0
 /**
  * Get formatted graphs.
  *
  * @return array
  */
 protected function getFormattedGraphs()
 {
     if (!isset($this->formattedData['graphs'])) {
         $this->formattedData['graphs'] = $this->adapter->getGraphs();
     }
     return $this->formattedData['graphs'];
 }