PHP Class Neos\Media\Domain\Model\Tag

Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$assetCollections Collection<\Neos\Media\Domain\Model\AssetCollection>
$label string

Méthodes publiques

Méthode Description
__construct ( string $label )
getAssetCollections ( ) : Doctrine\Common\Collections\Collection Return the asset collections this tag is included in
getLabel ( ) : string The label of this tag
setAssetCollections ( Doctrine\Common\Collections\Collection $assetCollections ) : void Set the asset collections that include this tag
setLabel ( string $label ) : void Sets the label of this tag

Method Details

__construct() public méthode

public __construct ( string $label )
$label string

getAssetCollections() public méthode

Return the asset collections this tag is included in
public getAssetCollections ( ) : Doctrine\Common\Collections\Collection
Résultat Doctrine\Common\Collections\Collection

getLabel() public méthode

The label of this tag
public getLabel ( ) : string
Résultat string

setAssetCollections() public méthode

Set the asset collections that include this tag
public setAssetCollections ( Doctrine\Common\Collections\Collection $assetCollections ) : void
$assetCollections Doctrine\Common\Collections\Collection
Résultat void

setLabel() public méthode

Sets the label of this tag
public setLabel ( string $label ) : void
$label string
Résultat void

Property Details

$assetCollections protected_oe property

protected Collection<\Neos\Media\Domain\Model\AssetCollection> $assetCollections
Résultat Collection<\Neos\Media\Domain\Model\AssetCollection>

$label protected_oe property

protected string $label
Résultat string