PHP 클래스 WebFeedGatewayPlugin, ojs

상속: extends GatewayPlugin
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$parentPluginName Name of parent plugin

공개 메소드들

메소드 설명
__construct ( $parentPluginName )
fetch ( $args, $request ) Handle fetch requests for this plugin.
getDescription ( )
getDisplayName ( )
getEnabled ( ) : boolean Get whether or not this plugin is enabled. (Should always return true, as the parent plugin will take care of loading this one when needed)
getHideManagement ( ) Hide this plugin from the management interface (it's subsidiary)
getName ( ) : String Get the name of this plugin. The name must be unique within its category.
getPluginPath ( ) Override the builtin to get the correct plugin path.
getTemplatePath ( $inCore = false )
getWebFeedPlugin ( ) : WebFeedPlugin Get the web feed plugin

메소드 상세

__construct() 공개 메소드

public __construct ( $parentPluginName )

fetch() 공개 메소드

Handle fetch requests for this plugin.
public fetch ( $args, $request )
$args array Arguments.
$request PKPRequest Request object.

getDescription() 공개 메소드

public getDescription ( )

getDisplayName() 공개 메소드

public getDisplayName ( )

getEnabled() 공개 메소드

Get whether or not this plugin is enabled. (Should always return true, as the parent plugin will take care of loading this one when needed)
public getEnabled ( ) : boolean
리턴 boolean

getHideManagement() 공개 메소드

Hide this plugin from the management interface (it's subsidiary)
public getHideManagement ( )

getName() 공개 메소드

Get the name of this plugin. The name must be unique within its category.
public getName ( ) : String
리턴 String name of plugin

getPluginPath() 공개 메소드

Override the builtin to get the correct plugin path.
public getPluginPath ( )

getTemplatePath() 공개 메소드

public getTemplatePath ( $inCore = false )

getWebFeedPlugin() 공개 메소드

Get the web feed plugin
public getWebFeedPlugin ( ) : WebFeedPlugin
리턴 WebFeedPlugin

프로퍼티 상세

$parentPluginName 공개적으로 프로퍼티

Name of parent plugin
public $parentPluginName