| 1 | <?php |
||
| 9 | trait FieldsTrait |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @param $fieldList |
||
| 13 | * @return array |
||
| 14 | */ |
||
| 15 | 19 | public function getExistedValues($fieldList) |
|
| 26 | |||
| 27 | /** |
||
| 28 | * @param $fieldList |
||
| 29 | * @param $array |
||
| 30 | */ |
||
| 31 | 5 | public function setFromArray($fieldList, $array) |
|
| 37 | |||
| 38 | /** |
||
| 39 | * @param $fieldName |
||
| 40 | * @param $string |
||
| 41 | */ |
||
| 42 | 2 | public function mergeStringToField($fieldName, $string) |
|
| 53 | } |