Метод |
Описание |
|
__construct ( mixed $options = null ) |
Initializes the constraint with options. |
|
__set ( $option, $value ) |
Unsupported operation. |
|
addImplicitGroupName ( string $group ) |
Adds the given group if this constraint is in the Default group |
|
getDefaultOption ( ) : string |
Returns the name of the default option |
|
getRequiredOptions ( ) : array |
Returns the name of the required options |
|
getTargets ( ) : string | array |
Returns whether the constraint can be put onto classes, properties or
both |
|
validatedBy ( ) : string |
Returns the name of the class that validates this constraint |
|