Public Member Functions | |
setFormMapping ($array) | |
getFormMapping () | |
getInnerErrors () | |
getInnerForm () | |
getValue () | |
importValue ($value) | |
import ($scope) | |
exportValue () | |
Protected Member Functions | |
makeForm () | |
Protected Attributes | |
$formMapping = array() |
Definition at line 15 of file PrimitiveHstore.class.php.
PrimitiveHstore::exportValue | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 101 of file PrimitiveHstore.class.php.
References Hstore::make().
Referenced by getValue().
PrimitiveHstore::getFormMapping | ( | ) |
Definition at line 29 of file PrimitiveHstore.class.php.
Referenced by makeForm().
PrimitiveHstore::getInnerErrors | ( | ) |
Definition at line 34 of file PrimitiveHstore.class.php.
PrimitiveHstore::getInnerForm | ( | ) |
Definition at line 45 of file PrimitiveHstore.class.php.
PrimitiveHstore::getValue | ( | ) |
Reimplemented from BasePrimitive.
Definition at line 50 of file PrimitiveHstore.class.php.
References exportValue().
PrimitiveHstore::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Definition at line 78 of file PrimitiveHstore.class.php.
References makeForm().
PrimitiveHstore::importValue | ( | $ | value | ) |
WrongArgumentException |
Reimplemented from BasePrimitive.
Definition at line 59 of file PrimitiveHstore.class.php.
References BasePrimitive::$value, Assert::isTrue(), and makeForm().
PrimitiveHstore::makeForm | ( | ) | [protected] |
Definition at line 112 of file PrimitiveHstore.class.php.
References Form::create(), and getFormMapping().
Referenced by import(), and importValue().
PrimitiveHstore::setFormMapping | ( | $ | array | ) |
Definition at line 22 of file PrimitiveHstore.class.php.
PrimitiveHstore::$formMapping = array() [protected] |
Definition at line 17 of file PrimitiveHstore.class.php.