PHP Класс LazyLoadPlugin, pkp-lib

Наследование: extends Plugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Constructor
getCanDisable ( )
getCanEnable ( )
getCurrentContextId ( ) Get the current context ID or the site-wide context ID (0) if no context can be found.
getEnabled ( ) : boolean Determine whether or not this plugin is currently enabled.
getName ( )
register ( $category, $path )
setEnabled ( $enabled ) Set whether or not this plugin is currently enabled.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( )

getCanDisable() публичный Метод

public getCanDisable ( )

getCanEnable() публичный Метод

public getCanEnable ( )

getCurrentContextId() публичный Метод

Get the current context ID or the site-wide context ID (0) if no context can be found.
public getCurrentContextId ( )

getEnabled() публичный Метод

Determine whether or not this plugin is currently enabled.
public getEnabled ( ) : boolean
Результат boolean

getName() публичный Метод

См. также: Plugin::getName()
public getName ( )

register() публичный Метод

public register ( $category, $path )

setEnabled() публичный Метод

Set whether or not this plugin is currently enabled.
public setEnabled ( $enabled )
$enabled boolean