PHP 클래스 Neos\Media\Domain\Strategy\AbstractAssetUsageStrategy

상속: implements Neos\Media\Domain\Strategy\AssetUsageStrategyInterface
파일 보기 프로젝트 열기: neos/neos-development-collection

공개 메소드들

메소드 설명
getUsageCount ( Neos\Media\Domain\Model\AssetInterface $asset ) : integer Returns the total count of usages found.
isInUse ( Neos\Media\Domain\Model\AssetInterface $asset ) : boolean Returns true if the asset is used.

메소드 상세

getUsageCount() 공개 메소드

Returns the total count of usages found.
public getUsageCount ( Neos\Media\Domain\Model\AssetInterface $asset ) : integer
$asset Neos\Media\Domain\Model\AssetInterface
리턴 integer

isInUse() 공개 메소드

Returns true if the asset is used.
public isInUse ( Neos\Media\Domain\Model\AssetInterface $asset ) : boolean
$asset Neos\Media\Domain\Model\AssetInterface
리턴 boolean