PHP 클래스 Journal, ojs

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

공개 메소드들

메소드 설명
__construct ( ) Constructor.
getAssocType ( ) : integer Get the association type for this context.
getDAO ( )
getDefaultMetricType ( ) : null | string Returns the currently configured default metric type for this journal.
getLocalizedFavicon ( ) : string Get localized favicon
getLocalizedPageHeaderLogo ( ) : string Get "localized" journal page logo (if applicable).
getLocalizedPageHeaderTitle ( ) : string Get "localized" journal page title (if applicable).
getMetricTypes ( $withDisplayNames = false ) : array Return all metric types supported by this journal.
getMetrics ( $metricType = null, $columns = [], $filter = [], $orderBy = [], $range = null ) : null | array Retrieve a statistics report pre-filtered on this journal.
getSettingsDAO ( ) : DAO Get the settings DAO for this context object.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( )

getAssocType() 공개 메소드

Get the association type for this context.
public getAssocType ( ) : integer
리턴 integer

getDAO() 공개 메소드

public getDAO ( )

getDefaultMetricType() 공개 메소드

If no specific metric type has been set for this journal then the site-wide default metric type will be returned.
public getDefaultMetricType ( ) : null | string
리턴 null | string A metric type identifier or null if no default metric type could be identified.

getLocalizedFavicon() 공개 메소드

Get localized favicon
public getLocalizedFavicon ( ) : string
리턴 string

getLocalizedPageHeaderTitle() 공개 메소드

Get "localized" journal page title (if applicable).

getMetricTypes() 공개 메소드

Return all metric types supported by this journal.
public getMetricTypes ( $withDisplayNames = false ) : array
리턴 array An array of strings of supported metric type identifiers.

getMetrics() 공개 메소드

Retrieve a statistics report pre-filtered on this journal.
또한 보기: for a full specification of the input and output format of this method.
public getMetrics ( $metricType = null, $columns = [], $filter = [], $orderBy = [], $range = null ) : null | array
$metricType null|integer|array metrics selection
$columns integer|array column (aggregation level) selection
$orderBy array order criteria
$range null|DBResultRange paging specification
리턴 null | array The selected data as a simple tabular result set or null if metrics are not supported by this journal.

getSettingsDAO() 정적인 공개 메소드

Get the settings DAO for this context object.
static public getSettingsDAO ( ) : DAO
리턴 DAO