PHP 클래스 PKPAcronPlugin, pkp-lib

..?
상속: extends GenericPlugin
파일 보기 프로젝트 열기: pkp/pkp-lib

공개 프로퍼티들

프로퍼티 타입 설명
$_tasksToRun array
$_workingDir string

공개 메소드들

메소드 설명
_getTasksToRun ( ) : array Get all scheduled tasks that needs to be executed.
_parseCrontab ( ) Parse all scheduled tasks files and save the result object in database.
callbackLoadHandler ( $hookName, $args ) : boolean Load handler hook to check for tasks to run.
callbackManage ( $hookName, $args ) : boolean Syncronize crontab with lazy load plugins management.
callbackPostInstall ( $hookName, $args ) : boolean Post install hook to flag cron tab reload on every install/upgrade.
getDescription ( )
getDisplayName ( )
getInstallSitePluginSettingsFile ( )
getName ( )
isSitePlugin ( )
register ( $category, $path )
shutdownFunction ( ) Shutdown callback.

메소드 상세

_getTasksToRun() 공개 메소드

Get all scheduled tasks that needs to be executed.
public _getTasksToRun ( ) : array
리턴 array

_parseCrontab() 공개 메소드

Parse all scheduled tasks files and save the result object in database.
public _parseCrontab ( )

callbackLoadHandler() 공개 메소드

Load handler hook to check for tasks to run.
또한 보기: PKPPageRouter::loadHandler() for the hook call.
public callbackLoadHandler ( $hookName, $args ) : boolean
$hookName string
$args array
리턴 boolean

callbackManage() 공개 메소드

Syncronize crontab with lazy load plugins management.
또한 보기: PluginHandler::plugin() for the hook call.
public callbackManage ( $hookName, $args ) : boolean
$hookName string
$args array
리턴 boolean

callbackPostInstall() 공개 메소드

Post install hook to flag cron tab reload on every install/upgrade.
또한 보기: Installer::postInstall() for the hook call.
public callbackPostInstall ( $hookName, $args ) : boolean
$hookName string
$args array
리턴 boolean

getDescription() 공개 메소드

public getDescription ( )

getDisplayName() 공개 메소드

public getDisplayName ( )

getInstallSitePluginSettingsFile() 공개 메소드

getName() 공개 메소드

public getName ( )

isSitePlugin() 공개 메소드

public isSitePlugin ( )

register() 공개 메소드

public register ( $category, $path )

shutdownFunction() 공개 메소드

Shutdown callback.
public shutdownFunction ( )

프로퍼티 상세

$_tasksToRun 공개적으로 프로퍼티

array
public $_tasksToRun

$_workingDir 공개적으로 프로퍼티

string
public $_workingDir