Exemple #1
0
 /**
  * Set naming convention of method name
  *
  * @param string $nameCase
  * @return void
  */
 public static function setMethodCase($nameCase)
 {
     self::$_methodCase = $nameCase;
 }