PHP 클래스 Screen\Image\Types

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

보호된 프로퍼티들

프로퍼티 타입 설명
$typesMap

공개 메소드들

메소드 설명
available ( ) : array Returns all the available image types
getClass ( string $type ) : Type Returns an instance of the requested image type
isAvailable ( $type ) : boolean Check if an image type is available

메소드 상세

available() 공개 정적인 메소드

Returns all the available image types
public static available ( ) : array
리턴 array

getClass() 공개 정적인 메소드

Returns an instance of the requested image type
public static getClass ( string $type ) : Type
$type string Image type
리턴 Screen\Image\Types\Type

isAvailable() 공개 정적인 메소드

Check if an image type is available
public static isAvailable ( $type ) : boolean
$type
리턴 boolean

프로퍼티 상세

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

protected static $typesMap