PHP 클래스 Neos\Neos\Controller\Service\AssetsController

상속: extends Neos\Flow\Mvc\Controller\ActionController, use trait Neos\Neos\Controller\BackendUserTranslationTrait
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$assetRepository Neos\Media\Domain\Repository\AssetRepository
$asyncThumbnails boolean
$supportedMediaTypes array A list of IANA media types which are supported by this controller
$tagRepository Neos\Media\Domain\Repository\TagRepository
$viewFormatToObjectNameMap array

공개 메소드들

메소드 설명
indexAction ( string $searchTerm = '' ) : string Shows a list of assets
initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void
showAction ( string $identifier ) : string Shows a specific asset

메소드 상세

indexAction() 공개 메소드

Shows a list of assets
public indexAction ( string $searchTerm = '' ) : string
$searchTerm string An optional search term used for filtering the list of assets
리턴 string

initializeView() 공개 메소드

public initializeView ( Neos\Flow\Mvc\View\ViewInterface $view ) : void
$view Neos\Flow\Mvc\View\ViewInterface
리턴 void

showAction() 공개 메소드

Shows a specific asset
public showAction ( string $identifier ) : string
$identifier string Specifies the asset to look up
리턴 string

프로퍼티 상세

$assetRepository 보호되어 있는 프로퍼티

protected AssetRepository,Neos\Media\Domain\Repository $assetRepository
리턴 Neos\Media\Domain\Repository\AssetRepository

$asyncThumbnails 보호되어 있는 프로퍼티

protected bool $asyncThumbnails
리턴 boolean

$supportedMediaTypes 보호되어 있는 프로퍼티

A list of IANA media types which are supported by this controller
또한 보기: http://www.iana.org/assignments/media-types/index.html
protected array $supportedMediaTypes
리턴 array

$tagRepository 보호되어 있는 프로퍼티

protected TagRepository,Neos\Media\Domain\Repository $tagRepository
리턴 Neos\Media\Domain\Repository\TagRepository

$viewFormatToObjectNameMap 보호되어 있는 프로퍼티

protected array $viewFormatToObjectNameMap
리턴 array