| 1 | <?php |
||
| 24 | class UnsafeValidatorAnnotation extends ValidatorAnnotation |
||
| 25 | { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @var boolean whether attributes listed with this validator should be considered safe for massive assignment. |
||
| 29 | * Defaults to false. |
||
| 30 | * @since 1.1.4 |
||
| 31 | */ |
||
| 32 | public $safe = false; |
||
| 33 | |||
| 34 | 1 | public function init() |
|
| 38 | |||
| 39 | } |
||
| 40 |