PHP Class LuceneSettingsForm, ojs

Inheritance: extends Form
Afficher le fichier Open project: pkp/ojs Class Usage Examples

Méthodes publiques

Свойство Type Description
$_embeddedServer EmbeddedServer
$_plugin LucenePlugin

Méthodes publiques

Méthode Description
__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 ( )

Method Details

__construct() public méthode

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

_getAutosuggestTypes() public méthode

Return a list of auto-suggest types.
public _getAutosuggestTypes ( ) : array
Résultat array

_getDefaultMetric() public méthode

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

_getFormFields() public méthode

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

_getJournalsToReindex() public méthode

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

execute() public méthode

See also: Form::execute()
public execute ( )

fetch() public méthode

See also: Form::fetch()
public fetch ( $request, $template = null, $display = false )

initData() public méthode

See also: Form::initData()
public initData ( )

readInputData() public méthode

See also: Form::readInputData()
public readInputData ( )

Property Details

$_embeddedServer public_oe property

public EmbeddedServer $_embeddedServer
Résultat EmbeddedServer

$_plugin public_oe property

public LucenePlugin $_plugin
Résultat LucenePlugin