PHP 클래스 ImageModule

상속: extends yupe\components\WebModule
파일 보기 프로젝트 열기: yupe/yupe 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$allowedExtensions string
$documentRoot
$height integer
$maxFiles integer
$maxSize integer
$mimeTypes string
$minSize integer
$types
$uploadPath string
$width integer

공개 메소드들

메소드 설명
allowedExtensions ( ) : array Получаем разрешённые форматы:
checkSelf ( ) : array | boolean
getAdminPageLink ( ) : string
getAuthItems ( ) : array
getAuthor ( ) : string
getAuthorEmail ( ) : string
getCategory ( ) : string
getDependencies ( ) : array
getDescription ( ) : string
getEditableParams ( ) : array
getEditableParamsGroups ( ) : array
getIcon ( ) : string
getInstall ( ) : boolean
getName ( ) : string
getNavigation ( ) : array
getParamsLabels ( ) : array
getUploadPath ( ) : string
getUrl ( ) : string
getVersion ( ) : string
init ( )

메소드 상세

allowedExtensions() 공개 메소드

Получаем разрешённые форматы:
public allowedExtensions ( ) : array
리턴 array of allowed extensions

checkSelf() 공개 메소드

public checkSelf ( ) : array | boolean
리턴 array | boolean

getAuthItems() 공개 메소드

public getAuthItems ( ) : array
리턴 array

getAuthor() 공개 메소드

public getAuthor ( ) : string
리턴 string

getAuthorEmail() 공개 메소드

public getAuthorEmail ( ) : string
리턴 string

getCategory() 공개 메소드

public getCategory ( ) : string
리턴 string

getDependencies() 공개 메소드

public getDependencies ( ) : array
리턴 array

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getEditableParams() 공개 메소드

public getEditableParams ( ) : array
리턴 array

getEditableParamsGroups() 공개 메소드

public getEditableParamsGroups ( ) : array
리턴 array

getIcon() 공개 메소드

public getIcon ( ) : string
리턴 string

getInstall() 공개 메소드

public getInstall ( ) : boolean
리턴 boolean

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNavigation() 공개 메소드

public getNavigation ( ) : array
리턴 array

getParamsLabels() 공개 메소드

public getParamsLabels ( ) : array
리턴 array

getUploadPath() 공개 메소드

public getUploadPath ( ) : string
리턴 string

getUrl() 공개 메소드

public getUrl ( ) : string
리턴 string

getVersion() 공개 메소드

public getVersion ( ) : string
리턴 string

init() 공개 메소드

public init ( )

프로퍼티 상세

$allowedExtensions 공개적으로 프로퍼티

public string $allowedExtensions
리턴 string

$documentRoot 공개적으로 프로퍼티

public $documentRoot

$height 공개적으로 프로퍼티

public int $height
리턴 integer

$maxFiles 공개적으로 프로퍼티

public int $maxFiles
리턴 integer

$maxSize 공개적으로 프로퍼티

public int $maxSize
리턴 integer

$mimeTypes 공개적으로 프로퍼티

public string $mimeTypes
리턴 string

$minSize 공개적으로 프로퍼티

public int $minSize
리턴 integer

$types 공개적으로 프로퍼티

public $types

$uploadPath 공개적으로 프로퍼티

public string $uploadPath
리턴 string

$width 공개적으로 프로퍼티

public int $width
리턴 integer