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

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

보호된 프로퍼티들

프로퍼티 타입 설명
$settings array

공개 메소드들

메소드 설명
initializeObject ( )
map ( PersistentResource $resource, array $additionalProperties = [] ) : string Map the given resource to a media model class.

메소드 상세

initializeObject() 공개 메소드

public initializeObject ( )

map() 공개 메소드

Map the given resource to a media model class.
public map ( PersistentResource $resource, array $additionalProperties = [] ) : string
$resource Neos\Flow\ResourceManagement\PersistentResource
$additionalProperties array Optional properties that can be taken into account for deciding the model class. what you get here can depend on the caller, so you should always fallback to something based on the resource.
리턴 string

프로퍼티 상세

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

protected array $settings
리턴 array