Public Member Functions | |
setSeparator ($separator) | |
getSeparator () | |
setSplitByRegexp ($splitByRegexp=false) | |
isSplitByRegexp () | |
import ($scope) | |
exportValue () | |
Protected Attributes | |
$separator = ' ' | |
$splitByRegexp = false |
Definition at line 15 of file ExplodedPrimitive.class.php.
ExplodedPrimitive::exportValue | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 72 of file ExplodedPrimitive.class.php.
ExplodedPrimitive::getSeparator | ( | ) |
Definition at line 30 of file ExplodedPrimitive.class.php.
ExplodedPrimitive::import | ( | $ | scope | ) |
Reimplemented from PrimitiveString.
Definition at line 47 of file ExplodedPrimitive.class.php.
References isSplitByRegexp(), and Assert::isUnreachable().
ExplodedPrimitive::isSplitByRegexp | ( | ) |
Definition at line 42 of file ExplodedPrimitive.class.php.
Referenced by import().
ExplodedPrimitive::setSeparator | ( | $ | separator | ) |
Definition at line 23 of file ExplodedPrimitive.class.php.
References $separator.
ExplodedPrimitive::setSplitByRegexp | ( | $ | splitByRegexp = false |
) |
Definition at line 35 of file ExplodedPrimitive.class.php.
References $splitByRegexp.
ExplodedPrimitive::$separator = ' ' [protected] |
Definition at line 17 of file ExplodedPrimitive.class.php.
Referenced by setSeparator().
ExplodedPrimitive::$splitByRegexp = false [protected] |
Definition at line 18 of file ExplodedPrimitive.class.php.
Referenced by setSplitByRegexp().