PHP Class FeedbackModule

Inheritance: extends BaseModule
Mostrar archivo Open project: yupe/yupe

Public Properties

Property Type Description
$backEnd array
$cacheTime integer
$emails
$maxCaptchaLength integer
$minCaptchaLength integer
$notifyEmailFrom
$sendConfirmation integer
$showCaptcha integer
$successPage
$types

Public Methods

Method Description
checkSelf ( ) : array | boolean
getAdminPageLink ( ) : string
getAuthItems ( ) : array
getAuthor ( ) : string
getAuthorEmail ( ) : string
getCategory ( ) : string
getDependencies ( ) : array
getDescription ( ) : string
getEditableParams ( ) : array
getEditableParamsGroups ( ) : array
getIcon ( ) : string
getIsInstallDefault ( ) : boolean Возвращаем статус, устанавливать ли галку для установки модуля в инсталяторе по умолчанию:
getName ( ) : string
getNavigation ( ) : array
getParamsLabels ( ) : array
getTypes ( ) : array
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

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

getTypes() public method

public getTypes ( ) : array
return array

getUrl() public method

public getUrl ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

init() public method

public init ( )

Property Details

$backEnd public_oe property

public array $backEnd
return array

$cacheTime public_oe property

public int $cacheTime
return integer

$emails public_oe property

public $emails

$maxCaptchaLength public_oe property

public int $maxCaptchaLength
return integer

$minCaptchaLength public_oe property

public int $minCaptchaLength
return integer

$notifyEmailFrom public_oe property

public $notifyEmailFrom

$sendConfirmation public_oe property

public int $sendConfirmation
return integer

$showCaptcha public_oe property

public int $showCaptcha
return integer

$successPage public_oe property

public $successPage

$types public_oe property

public $types