메소드 | 설명 | |
---|---|---|
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 |
리턴 | string | The underscored string |