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');
    }