Prado\Util\TClassBehaviorEventParameter::getName PHP 메소드

getName() 공개 메소드

name of the behavior
public getName ( ) : string
리턴 string the name to get the behavior
    public function getName()
    {
        return $this->_name;
    }