ChoiceMaxOccursRule
class ChoiceMaxOccursRule extends MaxOccursRule (View source)
Constants
SYMBOL_MAX_INCLUSIVE |
|
SYMBOL_MAX_EXCLUSIVE |
|
SYMBOL_MIN_INCLUSIVE |
|
SYMBOL_MIN_EXCLUSIVE |
|
SYMBOL_STRICT |
|
Methods
name()
No description
testConditions(string $parameterName, $value, bool $itemType = false)
If maxOccurs is 'unbounded', no need to check occurrences count.
from MaxOccursRule
exceptionMessageOnTestFailure(string $parameterName, $value, bool $itemType = false)
No description
from MaxOccursRule
Details
in MaxOccursRule at line 38
symbol()
Must return the comparison symbol.
in AbstractMinMaxRule at line 20
final
comparisonString()
at line 7
name()
in MaxOccursRule at line 48
final
testConditions(string $parameterName, $value, bool $itemType = false)
If maxOccurs is 'unbounded', no need to check occurrences count.