|
eZ Publish
[trunk]
|
The class eZStringUtils does. More...
Public Member Functions | |
| eZStringUtils () | |
Static Public Member Functions | |
| static | explodeStr ($str, $delimiter= '|') |
| static | implodeStr ($values, $delimiter= '|') |
The class eZStringUtils does.
Definition at line 17 of file ezstringutils.php.
| static eZStringUtils::explodeStr | ( | $ | str, |
| $ | delimiter = '|' |
||
| ) | [static] |
Definition at line 26 of file ezstringutils.php.
Referenced by eZAuthorType\fromString(), eZSelectionType\fromString(), eZOptionType\fromString(), eZMultiOptionType\fromString(), and eZMatrixType\fromString().
Constructor
Definition at line 22 of file ezstringutils.php.
| static eZStringUtils::implodeStr | ( | $ | values, |
| $ | delimiter = '|' |
||
| ) | [static] |
Definition at line 51 of file ezstringutils.php.
Referenced by eZAuthorType\toString(), eZMultiPriceType\toString(), eZSelectionType\toString(), eZOptionType\toString(), eZMultiOptionType\toString(), and eZMatrixType\toString().