PHP Класс LuceneSettingsForm, ojs

Наследование: extends Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$_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