PHP 클래스 Brabijan\Images\ImagePipe

저자: Jan Brabec ([email protected])
상속: extends Nette\Object
파일 보기 프로젝트 열기: brabijan/images 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$onBeforeSaveThumbnail array

보호된 프로퍼티들

프로퍼티 타입 설명
$assetsDir string
$namespace string | null

공개 메소드들

메소드 설명
__construct ( $assetsDir, $wwwDir, Nette\Http\Request $httpRequest )
getAssetsDir ( ) : string
getOriginalPrefix ( ) : string
getPath ( ) : string
request ( string $image, null $size = NULL, null $flags = NULL, boolean $strictMode = FALSE ) : string
setAssetsDir ( $dir )
setNamespace ( $namespace )
setOriginalPrefix ( $originalPrefix )
setPath ( $path )

비공개 메소드들

메소드 설명
checkSettings ( )
mkdir ( string $dir ) : void

메소드 상세

__construct() 공개 메소드

public __construct ( $assetsDir, $wwwDir, Nette\Http\Request $httpRequest )
$assetsDir
$wwwDir
$httpRequest Nette\Http\Request

getAssetsDir() 공개 메소드

public getAssetsDir ( ) : string
리턴 string

getOriginalPrefix() 공개 메소드

public getOriginalPrefix ( ) : string
리턴 string

getPath() 공개 메소드

public getPath ( ) : string
리턴 string

request() 공개 메소드

public request ( string $image, null $size = NULL, null $flags = NULL, boolean $strictMode = FALSE ) : string
$image string
$size null
$flags null
$strictMode boolean
리턴 string

setAssetsDir() 공개 메소드

public setAssetsDir ( $dir )
$dir

setNamespace() 공개 메소드

public setNamespace ( $namespace )
$namespace

setOriginalPrefix() 공개 메소드

public setOriginalPrefix ( $originalPrefix )
$originalPrefix

setPath() 공개 메소드

public setPath ( $path )
$path

프로퍼티 상세

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

protected string $assetsDir
리턴 string

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

protected string|null $namespace
리턴 string | null

$onBeforeSaveThumbnail 공개적으로 프로퍼티

public array $onBeforeSaveThumbnail
리턴 array