mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-10 14:08:40 +00:00
Merge
This commit is contained in:
parent
f9296042ae
commit
0cfe1e3a7d
|
|
@ -26,6 +26,8 @@ namespace phpOMS\Utils\EDI\Edifact\Components;
|
||||||
*/
|
*/
|
||||||
class UNH
|
class UNH
|
||||||
{
|
{
|
||||||
|
private $ref = '';
|
||||||
|
|
||||||
private $type = '';
|
private $type = '';
|
||||||
|
|
||||||
private $version = 'D';
|
private $version = 'D';
|
||||||
|
|
@ -36,8 +38,9 @@ class UNH
|
||||||
|
|
||||||
private $bdewVersion = '2.6d';
|
private $bdewVersion = '2.6d';
|
||||||
|
|
||||||
public function __construct(string $type, string $version, string $subersion, string $un, string $bdewVersion)
|
public function __construct(string $ref, string $type, string $version, string $subersion, string $un, string $bdewVersion)
|
||||||
{
|
{
|
||||||
|
$this->ref = $ref;
|
||||||
$this->type = $type;
|
$this->type = $type;
|
||||||
$this->version = $version;
|
$this->version = $version;
|
||||||
$this->subersion = $subersion;
|
$this->subersion = $subersion;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user