| 1 | <?php |
||
| 33 | class InteractiveFreeText |
||
| 34 | { |
||
| 35 | /** |
||
| 36 | * @var FreeTextQualification |
||
| 37 | */ |
||
| 38 | public $freeTextQualification; |
||
| 39 | |||
| 40 | /** |
||
| 41 | * @var string |
||
| 42 | */ |
||
| 43 | public $freeText; |
||
| 44 | |||
| 45 | /** |
||
| 46 | * InteractiveFreeText constructor. |
||
| 47 | * |
||
| 48 | * @param FreeTextOpt $opt |
||
| 49 | */ |
||
| 50 | 5 | public function __construct(FreeTextOpt $opt) |
|
| 59 | } |
||
| 60 |