Prado\Util\TClassBehaviorEventParameter::getBehavior PHP Method

getBehavior() public method

This is the behavior which the class is to get
public getBehavior ( ) : object
return object the behavior to implement
    public function getBehavior()
    {
        return $this->_behavior;
    }