PHP Class ArticleSearchDAO, ojs

Inheritance: extends SubmissionSearchDAO
Show file Open project: pkp/ojs

Public Methods

Method Description
__construct ( ) Constructor
getPhraseResults ( $journal, $phrase, $publishedFrom = null, $publishedTo = null, $type = null, $limit = 500, $cacheHours = 24 ) : array Retrieve the top results for a phrases with the given limit (default 500 results).

Method Details

__construct() public method

Constructor
public __construct ( )

getPhraseResults() public method

Retrieve the top results for a phrases with the given limit (default 500 results).
public getPhraseResults ( $journal, $phrase, $publishedFrom = null, $publishedTo = null, $type = null, $limit = 500, $cacheHours = 24 ) : array
return array of results (associative arrays)