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