PHP Class BlogModule

Inheritance: extends Module
Show file Open project: yupe/yupe Class Usage Examples

Public Properties

Property Type Description
$allowedExtensions string
$mainPostCategory
$maxFiles integer
$maxSize integer
$mimeTypes string
$minSize integer
$rssCount integer
$uploadPath string

Public Methods

Method Description
checkSelf ( ) : array | boolean
getAdminPageLink ( ) : string
getAuthItems ( ) : array
getAuthor ( ) : string
getAuthorEmail ( ) : string
getCategory ( ) : string
getCategoryListForPost ( ) : static[]
getDependencies ( ) : array
getDescription ( ) : string
getEditableParams ( ) : array
getEditableParamsGroups ( ) : array
getIcon ( ) : string
getIsInstallDefault ( ) : boolean Возвращаем статус, устанавливать ли галку для установки модуля в инсталяторе по умолчанию:
getName ( ) : string
getNavigation ( ) : array
getParamsLabels ( ) : array
getUploadPath ( ) : string
getUrl ( ) : string
getVersion ( ) : string
init ( )

Method Details

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

getCategoryListForPost() public method

public getCategoryListForPost ( ) : static[]
return static[]

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

getIsInstallDefault() public method

Возвращаем статус, устанавливать ли галку для установки модуля в инсталяторе по умолчанию:
public getIsInstallDefault ( ) : 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 property

public string $allowedExtensions
return string

$mainPostCategory public property

public $mainPostCategory

$maxFiles public property

public int $maxFiles
return integer

$maxSize public property

public int $maxSize
return integer

$mimeTypes public property

public string $mimeTypes
return string

$minSize public property

public int $minSize
return integer

$rssCount public property

public int $rssCount
return integer

$uploadPath public property

public string $uploadPath
return string