
Public Member Functions | |
| setTrueValue ($trueValue) | |
| |
| setFalseValue ($falseValue) | |
| |
| import ($scope) | |
| importValue ($value) | |
Private Attributes | |
| $falseValue = 0 | |
| $trueValue = 1 | |
Definition at line 16 of file PrimitiveTernary.class.php.
| PrimitiveTernary::setTrueValue | ( | $ | trueValue | ) |
Definition at line 24 of file PrimitiveTernary.class.php.
References $trueValue.
| PrimitiveTernary::setFalseValue | ( | $ | falseValue | ) |
Definition at line 34 of file PrimitiveTernary.class.php.
References $falseValue.
| PrimitiveTernary::import | ( | $ | scope | ) |
Reimplemented from BasePrimitive.
Definition at line 41 of file PrimitiveTernary.class.php.
References BasePrimitive::clean().

| PrimitiveTernary::importValue | ( | $ | value | ) |
Reimplemented from BasePrimitive.
Definition at line 61 of file PrimitiveTernary.class.php.
References BasePrimitive::$value.
PrimitiveTernary::$falseValue = 0 [private] |
PrimitiveTernary::$trueValue = 1 [private] |
1.5.4