aCacheKey as $key => $value) { if (method_exists($this, $value)) $aData[$key] = $this->$value(); } return $aData; } }