PHP 클래스 Pimcore\Model\Asset\Image\Thumbnail\Processor

파일 보기 프로젝트 열기: pimcore/pimcore 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$argumentMapping

공개 메소드들

메소드 설명
getAllowedFormat ( $format, array $allowed = [], string $fallback = "png" ) : string
process ( $asset, Config $config, null $fileSystemPath = null, boolean $deferred = false, boolean $returnAbsolutePath = false, boolean &$generated = false ) : mixed | string
processOptimizeQueue ( )

보호된 메소드들

메소드 설명
returnPath ( $path, $absolute ) : mixed

메소드 상세

getAllowedFormat() 공개 정적인 메소드

public static getAllowedFormat ( $format, array $allowed = [], string $fallback = "png" ) : string
$format
$allowed array
$fallback string
리턴 string

process() 공개 정적인 메소드

public static process ( $asset, Config $config, null $fileSystemPath = null, boolean $deferred = false, boolean $returnAbsolutePath = false, boolean &$generated = false ) : mixed | string
$asset
$config Config
$fileSystemPath null
$deferred boolean deferred means that the image will be generated on-the-fly (details see below)
$returnAbsolutePath boolean
$generated boolean
리턴 mixed | string

processOptimizeQueue() 공개 정적인 메소드

public static processOptimizeQueue ( )

returnPath() 보호된 정적인 메소드

protected static returnPath ( $path, $absolute ) : mixed
$path
$absolute
리턴 mixed

프로퍼티 상세

$argumentMapping 보호되어 있는 정적으로 프로퍼티

protected static $argumentMapping