PHP Class Neos\Neos\Fusion\ImageUriImplementation

Inheritance: extends Neos\Fusion\FusionObjects\AbstractFusionObject
Show file Open project: neos/neos

Protected Properties

Property Type Description
$assetService Neos\Media\Domain\Service\AssetService Resource publisher

Public Methods

Method 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 method

Returns a processed image path
public evaluate ( ) : string
return string

getAllowCropping() public method

AllowCropping
public getAllowCropping ( ) : boolean
return boolean

getAllowUpScaling() public method

AllowUpScaling
public getAllowUpScaling ( ) : boolean
return boolean

getAsset() public method

Asset
public getAsset ( ) : Neos\Media\Domain\Model\AssetInterface
return Neos\Media\Domain\Model\AssetInterface

getHeight() public method

Height
public getHeight ( ) : integer
return integer

getMaximumHeight() public method

MaximumHeight
public getMaximumHeight ( ) : integer
return integer

getMaximumWidth() public method

MaximumWidth
public getMaximumWidth ( ) : integer
return integer

getWidth() public method

Width
public getWidth ( ) : integer
return integer

Property Details

$assetService protected property

Resource publisher
protected AssetService,Neos\Media\Domain\Service $assetService
return Neos\Media\Domain\Service\AssetService