__get()
__get(string $property)
Magic getter method
Parameters
string | $property |
Throws
- \BadMethodCallException
Comparison class
A comparison object is part of a condition and represents a single value comparison.
__construct(\ValidFormBuilder\Element $objSubject, integer $varComparison, string $varValue = null)
Create new Comparison
\ValidFormBuilder\Element | $objSubject | The subject to check the value upon |
integer | $varComparison | The Comparison type constant |
string | $varValue | The value to check against |