PHP Class Neos\Media\Domain\Strategy\ConfigurationAssetModelMappingStrategy

Inheritance: implements Neos\Media\Domain\Strategy\AssetModelMappingStrategyInterface
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$settings array

Méthodes publiques

Méthode Description
initializeObject ( )
map ( PersistentResource $resource, array $additionalProperties = [] ) : string Map the given resource to a media model class.

Method Details

initializeObject() public méthode

public initializeObject ( )

map() public méthode

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.
Résultat string

Property Details

$settings protected_oe property

protected array $settings
Résultat array