ElggEntity::getAnnotationsSum PHP Méthode

getAnnotationsSum() public méthode

Get the sum of integer type annotations of a given name.
public getAnnotationsSum ( string $name ) : integer
$name string Annotation name
Résultat integer
    public function getAnnotationsSum($name)
    {
        return $this->getAnnotationCalculation($name, 'sum');
    }