Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
18 | class SmiliesTable extends AppSettingTable |
||
19 | { |
||
20 | |||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | */ |
||
24 | public function initialize(array $config) |
||
25 | { |
||
26 | $this->hasMany('SmileyCodes', ['foreignKey' => 'smiley_id']); |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * {@inheritDoc} |
||
31 | */ |
||
32 | public function validationDefault(Validator $validator) |
||
42 | } |
||
43 | } |
||
44 |
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.