function() { $r = []; foreach ($this->_measures as $key => $val){ $r[$key] = $this->result($key); } return $r; }