Class DOMUtil
Methods summary
public static
|
|
public static
|
|
public static
string
|
#
to_underscore( string $str )
Translates a camel case string into a string with underscores (e.g. firstName -> first_name) |
public static
string
|
#
to_camel_case( string $str, boolean $capitalise_first_char = false )
Translates a string with underscores into camel case (e.g. first_name -> firstName) |