PHP Class FeedTopAddons, thinksns

Author: 云脉网
Inheritance: extends NormalAddons
Show file Open project: medz/thinksns-4

Protected Properties

Property Type Description
$author
$info
$pluginName
$site
$sqlfile
$tsVersion
$version

Public Methods

Method Description
adminMenu ( ) : array 后台管理入口
getHooksInfo ( ) 获的改插件使用了那些钩子聚合类,那些钩子是需要进行排序的
install ( )
start ( )
uninstall ( )

Method Details

adminMenu() public method

后台管理入口
public adminMenu ( ) : array
return array 管理相关数据

getHooksInfo() public method

获的改插件使用了那些钩子聚合类,那些钩子是需要进行排序的
public getHooksInfo ( )

install() public method

public install ( )

start() public method

public start ( )

uninstall() public method

public uninstall ( )

Property Details

$author protected property

protected $author

$info protected property

protected $info

$pluginName protected property

protected $pluginName

$site protected property

protected $site

$sqlfile protected property

protected $sqlfile

$tsVersion protected property

protected $tsVersion

$version protected property

protected $version