Total Complexity | 1 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
19 | class ProfileValidateComponent extends BaseValidateComponent implements ValidateComponentInterface |
||
20 | { |
||
21 | /** |
||
22 | * Set a user model for ProfileValidateComponent validation model. |
||
23 | * |
||
24 | * @param Model $model |
||
25 | * |
||
26 | * @throws InvalidConfigException |
||
27 | * |
||
28 | * @return ModelInterface |
||
29 | */ |
||
30 | public function setModel(Model $model): ModelInterface |
||
42 |