toCamelCase() public static method

public static toCamelCase ( $string )
Exemplo n.º 1
0
 public static function getEntityName($entityType)
 {
     return ucwords(Utils::toCamelCase($entityType));
 }