toCamelCase() 공개 정적인 메소드

public static toCamelCase ( $string )
예제 #1
0
 public static function getEntityName($entityType)
 {
     return ucwords(Utils::toCamelCase($entityType));
 }