Exemplo n.º 1
0
 public function camelCaseToUnderscoreFilter($string)
 {
     return OldCacicHelper::camelCaseToUnderscore($string);
 }