|
eZ Publish
[4.2]
|
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 40 of file ezstringutils.php.
| static eZStringUtils::explodeStr | ( | $ | str, |
| $ | delimiter = '|' |
||
| ) | [static] |
Definition at line 49 of file ezstringutils.php.
Referenced by eZAuthorType\fromString(), eZSelectionType\fromString(), eZOptionType\fromString(), eZMultiOptionType\fromString(), and eZMatrixType\fromString().
| eZStringUtils::eZStringUtils | ( | ) |
Constructor
Definition at line 45 of file ezstringutils.php.
| static eZStringUtils::implodeStr | ( | $ | values, |
| $ | delimiter = '|' |
||
| ) | [static] |
Definition at line 74 of file ezstringutils.php.
Referenced by eZAuthorType\toString(), eZMultiPriceType\toString(), eZSelectionType\toString(), eZOptionType\toString(), eZMultiOptionType\toString(), and eZMatrixType\toString().