| 1 | <?php |
||
| 21 | trait SyncByElementTrait |
||
| 22 | { |
||
| 23 | use TransformElementPayloadTrait, |
||
| 24 | ReadByElementTrait, |
||
| 25 | UpsertByElementTrait; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @param ElementInterface $element |
||
| 29 | * @param Resources $field |
||
| 30 | * @param null $criteria |
||
| 31 | * @return false|string |
||
| 32 | */ |
||
| 33 | public function syncDown( |
||
| 52 | |||
| 53 | /** |
||
| 54 | * @param ElementInterface $element |
||
| 55 | * @param Resources $field |
||
| 56 | * @param null $criteria |
||
| 57 | * @return false|string |
||
| 58 | */ |
||
| 59 | public function syncUp( |
||
| 76 | } |
||
| 77 |