| 1 | <?php |
||
| 11 | class ConditionalLogic extends RecursiveTransform |
||
| 12 | { |
||
| 13 | protected $keys = ['conditional_logic']; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * Replace field values of a ConditionalBuilder with the proper keys using |
||
| 17 | * the ConditionalField Transform. |
||
| 18 | * |
||
| 19 | * @param ConditionalBuilder $value |
||
| 20 | * @return array Transformed config array |
||
| 21 | */ |
||
| 22 | public function transformValue($value) |
||
| 27 | } |
||
| 28 |