Prado\Util\TClassBehaviorEventParameter::getPriority PHP Метод

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

This is the priority which the behavior is to get
public getPriority ( ) : numeric
Результат numeric the priority of the behavior
    public function getPriority()
    {
        return $this->_priority;
    }