Neos\Media\Domain\Model\Tag::__construct PHP Method

__construct() public method

public __construct ( string $label )
$label string
    public function __construct($label)
    {
        $this->label = $label;
        $this->assetCollections = new ArrayCollection();
    }