Prado\Util\TClassBehaviorEventParameter::getName PHP Method

getName() public method

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