PHP 클래스 PhpMyVisitesPlugin, ojs

상속: extends GenericPlugin
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
getDescription ( )
getDisplayName ( )
insertFooter ( $hookName, $params ) Insert phpmv page tag to footer
manage ( $args, $request )
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
smartyPluginUrl ( $params, &$smarty ) Extend the {url .

메소드 상세

getDescription() 공개 메소드

public getDescription ( )

getDisplayName() 공개 메소드

public getDisplayName ( )

insertFooter() 공개 메소드

Insert phpmv page tag to footer
public insertFooter ( $hookName, $params )

manage() 공개 메소드

public manage ( $args, $request )

register() 공개 메소드

Called as a plugin is registered to the registry
public register ( $category, $path ) : boolean
$category String Name of category plugin was registered to
리턴 boolean True iff plugin initialized successfully; if false, the plugin will not be registered.

smartyPluginUrl() 공개 메소드

..} smarty to support this plugin.
public smartyPluginUrl ( $params, &$smarty )