PHP 클래스 DOISettingsForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_contextId integer
$_plugin DOIPubIdPlugin

공개 메소드들

메소드 설명
__construct ( $plugin, $contextId ) Constructor
_getContextId ( ) : integer Get the context ID.
_getFormFields ( )
_getPlugin ( ) : DOIPubIdPlugin Get the plugin.
execute ( )
initData ( )
readInputData ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $plugin, $contextId )
$plugin DOIPubIdPlugin
$contextId integer

_getContextId() 공개 메소드

Get the context ID.
public _getContextId ( ) : integer
리턴 integer

_getFormFields() 공개 메소드

public _getFormFields ( )

_getPlugin() 공개 메소드

Get the plugin.
public _getPlugin ( ) : DOIPubIdPlugin
리턴 DOIPubIdPlugin

execute() 공개 메소드

public execute ( )

initData() 공개 메소드

public initData ( )

readInputData() 공개 메소드

public readInputData ( )

프로퍼티 상세

$_contextId 공개적으로 프로퍼티

public int $_contextId
리턴 integer

$_plugin 공개적으로 프로퍼티

public DOIPubIdPlugin $_plugin
리턴 DOIPubIdPlugin