Esempio n. 1
0
 /**
  * Get current action method name
  * Example: action-name OR 'action name' OR action_name -> converted to actionActionName
  * @return string
  */
 public function getActionMethodName()
 {
     return 'action' . eHelper::camelize($this->_action, true);
 }