
Public Member Functions | |
| __construct ($name) | |
| addDisplayFilter (Filtrator $filter) | |
| |
| dropDisplayFilters () | |
| |
| getDisplayValue () | |
| addImportFilter (Filtrator $filter) | |
| |
| dropImportFilters () | |
| |
| getImportFilter () | |
| |
| getDisplayFilter () | |
| |
Protected Member Functions | |
| selfFilter () | |
| |
Private Attributes | |
| $importFilter = null | |
| $displayFilter = null | |
Definition at line 18 of file FiltrablePrimitive.class.php.
| FiltrablePrimitive::__construct | ( | $ | name | ) |
Reimplemented from BasePrimitive.
Definition at line 23 of file FiltrablePrimitive.class.php.
References BasePrimitive::$name.
| FiltrablePrimitive::addDisplayFilter | ( | Filtrator $ | filter | ) |
| FiltrablePrimitive::dropDisplayFilters | ( | ) |
| FiltrablePrimitive::getDisplayValue | ( | ) |
Definition at line 51 of file FiltrablePrimitive.class.php.
References BasePrimitive::$value, and BasePrimitive::getActualValue().

| FiltrablePrimitive::addImportFilter | ( | Filtrator $ | filter | ) |
| FiltrablePrimitive::dropImportFilters | ( | ) |
| FiltrablePrimitive::getImportFilter | ( | ) |
| FiltrablePrimitive::getDisplayFilter | ( | ) |
| FiltrablePrimitive::selfFilter | ( | ) | [protected] |
Definition at line 102 of file FiltrablePrimitive.class.php.
References BasePrimitive::$value.
Referenced by PrimitiveString::import(), PrimitiveNumber::import(), and PrimitiveArray::import().
FiltrablePrimitive::$importFilter = null [private] |
Definition at line 20 of file FiltrablePrimitive.class.php.
FiltrablePrimitive::$displayFilter = null [private] |
Definition at line 21 of file FiltrablePrimitive.class.php.
1.5.4