Method | Description | |
---|---|---|
camelize ( string $id ) : string | Converts a string from underscored to Camel Case. | |
underscore ( string $id ) : string | Converts a string from camel case to underscored. |
public underscore ( string $id ) : string | ||
$id | string | The string to underscore |
return | string | The underscored string |