toCamelCase() public static méthode

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