Skip to content

\Einvoicing\Attribute

__construct()

Class constructor

public __construct($name: string, $value: string)

Parameters

  • $name: string — Attribute name
  • $value: string — Attribute value

getName()

Get attribute name

public getName(): string

Returns

  • string — Attribute name

setName()

Set attribute name

public setName($name: string): \Einvoicing\Attribute

Parameters

  • $name: string — Attribute name

Returns


getValue()

Get attribute value

public getValue(): string

Returns

  • string — Attribute value

setValue()

Set attribute value

public setValue($value: string): \Einvoicing\Attribute

Parameters

  • $value: string — Attribute value

Returns