| 1 | <?php |
||
| 12 | class ContainerVolumeEntity |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param array|object $mJobData |
||
| 16 | * @throws \InvalidArgumentException |
||
| 17 | */ |
||
| 18 | 3 | public function __construct($mJobData = []) |
|
| 35 | |||
| 36 | public $containerPath = ''; |
||
| 37 | |||
| 38 | public $hostPath = ''; |
||
| 39 | |||
| 40 | // read-write and read-only. |
||
| 41 | // val RW, RO = Value |
||
| 42 | public $mode = ''; |
||
| 43 | } |