Classes and interfaces
PropertyConditionInterface¶
A condition define when a property is visible or editable and when not.
« More »
BooleanCondition¶
Condition for specifying an explicit boolean value (Useful for determining if a property shall be editable i.e.).
« More »
DumpingPropertyCondition¶
Only for debugging purpose. Call the match() method on the wrapped condition and
dump the result with a backtrace.
« More »
PropertyCallbackCondition¶
Condition using a custom callback function for flexible custom conditions.
« More »
PropertyConditionChain¶
A chain of property conditions.
« More »
PropertyFalseCondition¶
Condition checking that the value of a property is false.
« More »
PropertyTrueCondition¶
Condition checking that the value of a property is true.
« More »
PropertyValueCondition¶
Condition checking that the value of a property is the same as a passed value.
« More »
PropertyVisibleCondition¶
Condition checking that a property is visible.
« More »