PHP 클래스 Neos\Neos\TypoScript\ImageUriImplementation

상속: extends Neos\Fusion\TypoScriptObjects\AbstractTypoScriptObject
파일 보기 프로젝트 열기: neos/neos-development-collection

보호된 프로퍼티들

프로퍼티 타입 설명
$assetService Neos\Media\Domain\Service\AssetService Resource publisher

공개 메소드들

메소드 설명
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

메소드 상세

evaluate() 공개 메소드

Returns a processed image path
public evaluate ( ) : string
리턴 string

getAllowCropping() 공개 메소드

AllowCropping
public getAllowCropping ( ) : boolean
리턴 boolean

getAllowUpScaling() 공개 메소드

AllowUpScaling
public getAllowUpScaling ( ) : boolean
리턴 boolean

getAsset() 공개 메소드

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

getHeight() 공개 메소드

Height
public getHeight ( ) : integer
리턴 integer

getMaximumHeight() 공개 메소드

MaximumHeight
public getMaximumHeight ( ) : integer
리턴 integer

getMaximumWidth() 공개 메소드

MaximumWidth
public getMaximumWidth ( ) : integer
리턴 integer

getWidth() 공개 메소드

Width
public getWidth ( ) : integer
리턴 integer

프로퍼티 상세

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

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