PHP 클래스 Neos\Media\Domain\Model\Tag

파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$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