Prado\Util\TClassBehaviorEventParameter::getPriority PHP Method

getPriority() public method

This is the priority which the behavior is to get
public getPriority ( ) : numeric
return numeric the priority of the behavior
    public function getPriority()
    {
        return $this->_priority;
    }