PHP Class Neos\Neos\TypoScript\ImageUriImplementation

Inheritance: extends Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject
Afficher le fichier Open project: neos/neos-development-collection

Protected Properties

Свойство Type Description
$assetService Neos\Media\Domain\Service\AssetService Resource publisher

Méthodes publiques

Méthode Description
evaluate ( ) : string Returns a processed image path
getAllowCropping ( ) : boolean AllowCropping
getAllowUpScaling ( ) : boolean AllowUpScaling
getAsset ( ) : Neos\Media\Domain\Model\AssetInterface Asset
getHeight ( ) : integer Height
getMaximumHeight ( ) : integer MaximumHeight
getMaximumWidth ( ) : integer MaximumWidth
getWidth ( ) : integer Width

Method Details

evaluate() public méthode

Returns a processed image path
public evaluate ( ) : string
Résultat string

getAllowCropping() public méthode

AllowCropping
public getAllowCropping ( ) : boolean
Résultat boolean

getAllowUpScaling() public méthode

AllowUpScaling
public getAllowUpScaling ( ) : boolean
Résultat boolean

getAsset() public méthode

Asset
public getAsset ( ) : Neos\Media\Domain\Model\AssetInterface
Résultat Neos\Media\Domain\Model\AssetInterface

getHeight() public méthode

Height
public getHeight ( ) : integer
Résultat integer

getMaximumHeight() public méthode

MaximumHeight
public getMaximumHeight ( ) : integer
Résultat integer

getMaximumWidth() public méthode

MaximumWidth
public getMaximumWidth ( ) : integer
Résultat integer

getWidth() public méthode

Width
public getWidth ( ) : integer
Résultat integer

Property Details

$assetService protected_oe property

Resource publisher
protected AssetService,Neos\Media\Domain\Service $assetService
Résultat Neos\Media\Domain\Service\AssetService