1 | <?php |
||
14 | class Contact extends InstanceResource |
||
15 | { |
||
16 | use NoteableTrait; |
||
17 | use RemindableTrait; |
||
18 | use CustomFieldsTrait; |
||
19 | |||
20 | /** {@inheritdoc} */ |
||
21 | protected function getEndpoint() |
||
25 | |||
26 | /** {@inheritdoc} */ |
||
27 | protected function init() |
||
36 | |||
37 | /** {@inheritdoc} */ |
||
38 | public function save(array $fieldNames = []) |
||
66 | } |
||
67 |