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

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

This is the behavior which the class is to get
public getBehavior ( ) : object
Результат object the behavior to implement
    public function getBehavior()
    {
        return $this->_behavior;
    }