Prado\Util\TClassBehaviorEventParameter::getClass PHP Method

getClass() public method

This is the class to get the behavior
public getClass ( ) : string
return string the class to get the behavior
    public function getClass()
    {
        return $this->_class;
    }