ElggEntity::getAnnotationsMax PHP Метод

getAnnotationsMax() публичный Метод

Get the maximum of integer type annotations of a given name.
public getAnnotationsMax ( string $name ) : integer
$name string Annotation name
Результат integer
    public function getAnnotationsMax($name)
    {
        return $this->getAnnotationCalculation($name, 'max');
    }