| 1 | <?php |
||
| 8 | class XliffTranslation extends Translation |
||
| 9 | { |
||
| 10 | protected $unitId; |
||
| 11 | |||
| 12 | /** |
||
| 13 | * Returns the unit id of this translation. |
||
| 14 | * |
||
| 15 | * @return string |
||
| 16 | */ |
||
| 17 | public function getUnitId() |
||
| 21 | |||
| 22 | /** |
||
| 23 | * Sets the id of this translation. |
||
| 24 | * |
||
| 25 | * @param $unitId string |
||
| 26 | */ |
||
| 27 | public function setUnitId($unitId) |
||
| 31 | } |
||
| 32 |