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

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

This is the class to get the behavior
public getClass ( ) : string
Результат string the class to get the behavior
    public function getClass()
    {
        return $this->_class;
    }