Example #1
0
 /**
  * Set suffix of action method name in controller class
  *
  * @param string $suffix
  * @return void
  */
 public static function setActionSuffix($suffix)
 {
     self::$_actionSuffix = $suffix;
 }