PHP 클래스 AnnouncementFeedGatewayPlugin, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$parentPluginName

공개 메소드들

메소드 설명
__construct ( $parentPluginName ) Constructor
fetch ( $args, $request ) Handle fetch requests for this plugin.
getAnnouncementFeedPlugin ( ) : object Get the web feed 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 )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $parentPluginName )

fetch() 공개 메소드

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

getAnnouncementFeedPlugin() 공개 메소드

Get the web feed plugin

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 )

프로퍼티 상세

$parentPluginName 공개적으로 프로퍼티

public $parentPluginName