ElggEntity::getAnnotationsMax PHP Méthode

getAnnotationsMax() public méthode

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