PHP 클래스 ExternalFeedForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$feedId integer
$journalId integer
$plugin object

공개 메소드들

메소드 설명
__construct ( &$plugin, $feedId, $journalId ) Constructor
display ( ) Display the form.
execute ( ) Save settings.
getLocaleFieldNames ( ) : array Get the names of fields for which localized data is allowed.
initData ( ) Initialize form data.
readInputData ( ) Assign form data to user-submitted data.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( &$plugin, $feedId, $journalId )
$plugin object
$feedId int
$journalId int

display() 공개 메소드

Display the form.
public display ( )

execute() 공개 메소드

Save settings.
public execute ( )

getLocaleFieldNames() 공개 메소드

Get the names of fields for which localized data is allowed.
public getLocaleFieldNames ( ) : array
리턴 array

initData() 공개 메소드

Initialize form data.
public initData ( )

readInputData() 공개 메소드

Assign form data to user-submitted data.
public readInputData ( )

프로퍼티 상세

$feedId 공개적으로 프로퍼티

public int $feedId
리턴 integer

$journalId 공개적으로 프로퍼티

public int $journalId
리턴 integer

$plugin 공개적으로 프로퍼티

public object $plugin
리턴 object