PHP Class FavoriteModule

Inheritance: extends yupe\components\WebModule
ファイルを表示 Open project: yupe/yupe

Public Methods

Method Description
getAdminPageLink ( ) : boolean
getAuthor ( ) : string
getAuthorEmail ( ) : string
getCategory ( ) : string
getDependencies ( ) : array
getDescription ( ) : string
getIcon ( ) : string
getIsShowInAdminMenu ( ) : boolean
getName ( ) : string
getUrl ( ) : string
getVersion ( ) : string
init ( )

Method Details

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

getIcon() public method

public getIcon ( ) : string
return string

getIsShowInAdminMenu() public method

public getIsShowInAdminMenu ( ) : boolean
return boolean

getName() public method

public getName ( ) : string
return string

getUrl() public method

public getUrl ( ) : string
return string

getVersion() public method

public getVersion ( ) : string
return string

init() public method

public init ( )