PHP Class CallbackModule

Inheritance: extends CWebModule
Mostrar archivo Open project: yupe/yupe Class Usage Examples

Public Properties

Property Type Description
$notifyEmailFrom
$notifyEmailsTo
$phoneMask string
$phonePattern string

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
getName ( ) : string
getNavigation ( ) : array
getNotifyTo ( ) : array
getParamsLabels ( ) : 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

getName() public method

public getName ( ) : string
return string

getNavigation() public method

public getNavigation ( ) : array
return array

getNotifyTo() public method

public getNotifyTo ( ) : array
return array

getParamsLabels() public method

public getParamsLabels ( ) : 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

$notifyEmailFrom public_oe property

public $notifyEmailFrom

$notifyEmailsTo public_oe property

public $notifyEmailsTo

$phoneMask public_oe property

public string $phoneMask
return string

$phonePattern public_oe property

public string $phonePattern
return string