Neos\Media\Domain\Model\Tag::__construct PHP Метод

__construct() публичный Метод

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