Conditions | 1 |
Paths | 1 |
Total Lines | 12 |
Code Lines | 10 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
122 | protected function getExtraRaw() |
||
123 | { |
||
124 | return array( |
||
125 | 'element_id' => $this->elementId, |
||
126 | 'element_type' => $this->elementType, |
||
127 | 'note_type' => $this->type, |
||
128 | 'text' => $this->text, |
||
129 | 'created_by' => $this->createdUserId, |
||
130 | 'params' => array( |
||
131 | 'text' => $this->text, |
||
132 | 'service' => $this->service, |
||
133 | 'phone' => $this->phone, |
||
134 | ), |
||
137 | } |