toCamelCase() public static method

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