PHP Class JournalSettingsDAO, ojs

Inheritance: extends SettingsDAO
Datei anzeigen Open project: pkp/ojs

Public Methods

Method Description
__construct ( ) Constructor

Protected Methods

Method Description
_getCacheName ( ) Get the cache name.
_getPrimaryKeyColumn ( ) Get the primary key column name.
_getTableName ( ) : string Get the settings table name.

Method Details

__construct() public method

Constructor
public __construct ( )

_getCacheName() protected method

Get the cache name.
protected _getCacheName ( )

_getPrimaryKeyColumn() protected method

Get the primary key column name.
protected _getPrimaryKeyColumn ( )

_getTableName() protected method

Get the settings table name.
protected _getTableName ( ) : string
return string