PHP Class ImageModule

Inheritance: extends yupe\components\WebModule
Mostra file Open project: yupe/yupe Class Usage Examples

Public Properties

Property Type Description
$allowedExtensions string
$documentRoot
$height integer
$maxFiles integer
$maxSize integer
$mimeTypes string
$minSize integer
$types
$uploadPath string
$width integer

Public Methods

Method Description
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 ( )

Method Details

allowedExtensions() public method

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

checkSelf() public method

public checkSelf ( ) : array | boolean
return array | boolean

getAuthItems() public method

public getAuthItems ( ) : array
return array

getAuthor() public method

public getAuthor ( ) : string
return string

getAuthorEmail() public method

public getAuthorEmail ( ) : string
return string

getCategory() public method

public getCategory ( ) : string
return string

getDependencies() public method

public getDependencies ( ) : array
return array

getDescription() public method

public getDescription ( ) : string
return string

getEditableParams() public method

public getEditableParams ( ) : array
return array

getEditableParamsGroups() public method

public getEditableParamsGroups ( ) : array
return array

getIcon() public method

public getIcon ( ) : string
return string

getInstall() public method

public getInstall ( ) : boolean
return boolean

getName() public method

public getName ( ) : string
return string

getNavigation() public method

public getNavigation ( ) : array
return array

getParamsLabels() public method

public getParamsLabels ( ) : array
return array

getUploadPath() public method

public getUploadPath ( ) : string
return string

getUrl() public method

public getUrl ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

init() public method

public init ( )

Property Details

$allowedExtensions public_oe property

public string $allowedExtensions
return string

$documentRoot public_oe property

public $documentRoot

$height public_oe property

public int $height
return integer

$maxFiles public_oe property

public int $maxFiles
return integer

$maxSize public_oe property

public int $maxSize
return integer

$mimeTypes public_oe property

public string $mimeTypes
return string

$minSize public_oe property

public int $minSize
return integer

$types public_oe property

public $types

$uploadPath public_oe property

public string $uploadPath
return string

$width public_oe property

public int $width
return integer