PHP 클래스 Craft\Imager_ImageModel

상속: extends craft\BaseModel
파일 보기 프로젝트 열기: aelvan/Imager-Craft

공개 메소드들

메소드 설명
__construct ( null $imagePath = null, null $imageUrl = null, $paths = null, $transform = null ) Constructor
__toString ( )
getBase64Encoded ( )
getDataUri ( )
getExtension ( )
getHeight ( )
getMimeType ( )
getPath ( )
getSize ( $unit = 'b', $precision = 2 )
getUrl ( )
getWidth ( )

보호된 메소드들

메소드 설명
defineAttributes ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( null $imagePath = null, null $imageUrl = null, $paths = null, $transform = null )
$imagePath null
$imageUrl null

__toString() 공개 메소드

public __toString ( )

defineAttributes() 보호된 메소드

protected defineAttributes ( )

getBase64Encoded() 공개 메소드

public getBase64Encoded ( )

getDataUri() 공개 메소드

public getDataUri ( )

getExtension() 공개 메소드

public getExtension ( )

getHeight() 공개 메소드

public getHeight ( )

getMimeType() 공개 메소드

public getMimeType ( )

getPath() 공개 메소드

public getPath ( )

getSize() 공개 메소드

public getSize ( $unit = 'b', $precision = 2 )

getUrl() 공개 메소드

public getUrl ( )

getWidth() 공개 메소드

public getWidth ( )