Label

class Firstred\PostNL\Entity\Label
Parent:

Firstred\PostNL\Entity\AbstractEntity

Summary

Methods

Constants

FORMAT_A4 = 1
FORMAT_A6 = 2

Properties

protected static property Firstred\PostNL\Entity\Label::$Content
Base 64 encoded content.
Type:

string | null

protected static property Firstred\PostNL\Entity\Label::$OutputType
Type:

string | null

protected static property Firstred\PostNL\Entity\Label::$Labeltype
Type:

string | null

Methods

public Firstred\PostNL\Entity\Label::__construct($Content=null, $OutputType=null, $Labeltype=null)
Parameters:
  • $Content (string | null)

  • $OutputType (string | null)

  • $Labeltype (string | null)

public Firstred\PostNL\Entity\Label::getContent()
Returns:

string | null

public Firstred\PostNL\Entity\Label::setContent($Content)
Parameters:
  • $Content (string | null)

Returns:

static

public Firstred\PostNL\Entity\Label::getOutputType()
Returns:

string | null

Since:

1.4.2

public Firstred\PostNL\Entity\Label::setOutputType($OutputType)
Parameters:
  • $OutputType (string | null)

Returns:

static

Since:

1.4.2

public Firstred\PostNL\Entity\Label::getContenttype()
Returns:

string | null

Deprecated:

1.4.2

public Firstred\PostNL\Entity\Label::setContenttype($Contenttype)
Parameters:
  • $Contenttype (string | null)

Returns:

static

Deprecated:

1.4.2

public Firstred\PostNL\Entity\Label::getLabeltype()
Returns:

string | null

public Firstred\PostNL\Entity\Label::setLabeltype($Labeltype)
Parameters:
  • $Labeltype (string | null)

Returns:

static