PHP 클래스 ExternalFeedPlugin, ojs

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

공개 메소드들

메소드 설명
callbackLoadCategory ( $hookName, $args ) Register as a block plugin, even though this is a generic plugin.
displayHomepage ( $hookName, $args ) Display external feed content on journal homepage.
displayManagerLink ( $hookName, $params ) Display management link for JM.
getDefaultStyleSheetFile ( ) Get the filename of the default CSS stylesheet for this plugin.
getDescription ( )
getDisplayName ( )
getInstallSchemaFile ( ) Get the filename of the ADODB schema for this plugin.
getStyleSheetFile ( ) Get the filename of the CSS stylesheet for this plugin.
manage ( $args, $request )
register ( $category, $path ) : boolean Called as a plugin is registered to the registry
smartyPluginUrl ( $params, &$smarty ) Extend the {url .

메소드 상세

callbackLoadCategory() 공개 메소드

This will allow the plugin to behave as a block plugin, i.e. to have layout tasks performed on it.
public callbackLoadCategory ( $hookName, $args )
$hookName string
$args array

displayHomepage() 공개 메소드

Display external feed content on journal homepage.
public displayHomepage ( $hookName, $args )
$hookName string
$args array

getDefaultStyleSheetFile() 공개 메소드

Get the filename of the default CSS stylesheet for this plugin.

getDescription() 공개 메소드

public getDescription ( )

getDisplayName() 공개 메소드

public getDisplayName ( )

getInstallSchemaFile() 공개 메소드

Get the filename of the ADODB schema for this plugin.

getStyleSheetFile() 공개 메소드

Get the filename of the CSS stylesheet for this plugin.
public getStyleSheetFile ( )

manage() 공개 메소드

또한 보기: Plugin::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 externalFeed plugin.
public smartyPluginUrl ( $params, &$smarty )