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;
    }