1 | <?php |
||
12 | class Lead extends InstanceResource |
||
13 | { |
||
14 | use TaggableTrait; |
||
15 | use CustomFieldsTrait; |
||
16 | |||
17 | /** {@inheritdoc} */ |
||
18 | protected function getEndpoint() |
||
22 | |||
23 | /** {@inheritdoc} */ |
||
24 | protected function init() |
||
30 | |||
31 | /** {@inheritdoc} */ |
||
32 | public function save(array $fieldNames = []) |
||
54 | } |
||
55 |