Home
last modified time | relevance | path

Searched refs:getAnnotationCalculation (Results 1 – 1 of 1) sorted by relevance

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/
H A DElggEntity.php789 private function getAnnotationCalculation($name, $calculation) { function in ElggEntity
873 return $this->getAnnotationCalculation($name, 'count');
884 return $this->getAnnotationCalculation($name, 'avg');
895 return $this->getAnnotationCalculation($name, 'sum');
906 return $this->getAnnotationCalculation($name, 'min');
917 return $this->getAnnotationCalculation($name, 'max');