PHP Class LuceneFacetsBlockPlugin, ojs

Inheritance: extends BlockPlugin
Exibir arquivo Open project: pkp/ojs Class Usage Examples

Public Properties

Property Type Description
$_parentPluginName string

Public Methods

Method Description
__construct ( $parentPluginName ) Constructor
_getLucenePlugin ( ) : LucenePlugin Get the lucene plugin object
getBlockContext ( )
getBlockTemplateFilename ( )
getContents ( &$templateMgr, $request = null )
getDescription ( )
getDisplayName ( )
getEnabled ( )
getHideManagement ( )
getName ( )
getPluginPath ( )
getSeq ( )
getTemplatePath ( $inCore = false )

Method Details

__construct() public method

Constructor
public __construct ( $parentPluginName )
$parentPluginName string

_getLucenePlugin() public method

Get the lucene plugin object
public _getLucenePlugin ( ) : LucenePlugin
return LucenePlugin

getBlockContext() public method

See also: BlockPlugin::getBlockContext()
public getBlockContext ( )

getBlockTemplateFilename() public method

See also: BlockPlugin::getBlockTemplateFilename()

getContents() public method

See also: BlockPlugin::getContents()
public getContents ( &$templateMgr, $request = null )

getDescription() public method

See also: Plugin::getDescription()
public getDescription ( )

getDisplayName() public method

See also: Plugin::getDisplayName()
public getDisplayName ( )

getEnabled() public method

See also: LazyLoadPlugin::getEnabled()
public getEnabled ( )

getHideManagement() public method

See also: Plugin::getHideManagement()
public getHideManagement ( )

getName() public method

See also: Plugin::getName()
public getName ( )

getPluginPath() public method

See also: Plugin::getPluginPath()
public getPluginPath ( )

getSeq() public method

See also: Plugin::getSeq()
public getSeq ( )

getTemplatePath() public method

public getTemplatePath ( $inCore = false )

Property Details

$_parentPluginName public_oe property

public string $_parentPluginName
return string