PHP Класс Neos\Media\Domain\Model\Tag

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$assetCollections Collection<\Neos\Media\Domain\Model\AssetCollection>
$label string

Открытые методы

Метод Описание
__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

Описание методов

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

public __construct ( string $label )
$label string

getAssetCollections() публичный метод

Return the asset collections this tag is included in
public getAssetCollections ( ) : Doctrine\Common\Collections\Collection
Результат Doctrine\Common\Collections\Collection

getLabel() публичный метод

The label of this tag
public getLabel ( ) : string
Результат string

setAssetCollections() публичный метод

Set the asset collections that include this tag
public setAssetCollections ( Doctrine\Common\Collections\Collection $assetCollections ) : void
$assetCollections Doctrine\Common\Collections\Collection
Результат void

setLabel() публичный метод

Sets the label of this tag
public setLabel ( string $label ) : void
$label string
Результат void

Описание свойств

$assetCollections защищенное свойство

protected Collection<\Neos\Media\Domain\Model\AssetCollection> $assetCollections
Результат Collection<\Neos\Media\Domain\Model\AssetCollection>

$label защищенное свойство

protected string $label
Результат string