Total Complexity | 2 |
Total Lines | 36 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class ContactFormOwner extends ContactForm |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * {@inheritdoc} |
||
23 | * |
||
24 | * @param \Cake\Form\Schema $schema The schema to customize. |
||
25 | * @return \Cake\Form\Schema The schema to use. |
||
26 | */ |
||
27 | protected function _buildSchema(Schema $schema) |
||
33 | } |
||
34 | |||
35 | /** |
||
36 | * {@inheritdoc} |
||
37 | * |
||
38 | * @param \Cake\Validation\Validator $validator The validator to customize. |
||
39 | * @return \Cake\Validation\Validator The validator to use. |
||
40 | */ |
||
41 | protected function _buildValidator(Validator $validator) |
||
56 |
This function has been deprecated. The supplier of the function has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the function will be removed and what other function to use instead.