PHP 클래스 LuceneSettingsForm, ojs

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

공개 프로퍼티들

프로퍼티 타입 설명
$_embeddedServer EmbeddedServer
$_plugin LucenePlugin

공개 메소드들

메소드 설명
__construct ( &$plugin, &$embeddedServer ) Constructor
_getAutosuggestTypes ( ) : array Return a list of auto-suggest types.
_getDefaultMetric ( ) : null | string Return the default metric for the current request context.
_getFormFields ( $booleanOnly = false ) : array Return the field names of this form.
_getJournalsToReindex ( ) : array Return a list of journals that can be re-indexed with a default option "all journals".
execute ( )
fetch ( $request, $template = null, $display = false )
initData ( )
readInputData ( )

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( &$plugin, &$embeddedServer )
$plugin LucenePlugin

_getAutosuggestTypes() 공개 메소드

Return a list of auto-suggest types.
public _getAutosuggestTypes ( ) : array
리턴 array

_getDefaultMetric() 공개 메소드

Return the default metric for the current request context.
public _getDefaultMetric ( ) : null | string
리턴 null | string a metric identifier or null

_getFormFields() 공개 메소드

Return the field names of this form.
public _getFormFields ( $booleanOnly = false ) : array
$booleanOnly boolean Return only binary switches.
리턴 array

_getJournalsToReindex() 공개 메소드

Return a list of journals that can be re-indexed with a default option "all journals".
public _getJournalsToReindex ( ) : array
리턴 array An associative array of journal IDs and names.

execute() 공개 메소드

또한 보기: Form::execute()
public execute ( )

fetch() 공개 메소드

또한 보기: Form::fetch()
public fetch ( $request, $template = null, $display = false )

initData() 공개 메소드

또한 보기: Form::initData()
public initData ( )

readInputData() 공개 메소드

또한 보기: Form::readInputData()
public readInputData ( )

프로퍼티 상세

$_embeddedServer 공개적으로 프로퍼티

public EmbeddedServer $_embeddedServer
리턴 EmbeddedServer

$_plugin 공개적으로 프로퍼티

public LucenePlugin $_plugin
리턴 LucenePlugin