PHP Класс Handler, ojs

User: kaylafitzsimmons Date: 2/9/16 Time: 8:44 PM
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__construct ( ) Constructor
getTargetContext ( $request, &$journalsCount = null ) : mixed Returns a "best-guess" journal, based in the request data, if a request needs to have one in its context but may be in a site-level context as specified in the URL.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( )

getTargetContext() публичный Метод

Returns a "best-guess" journal, based in the request data, if a request needs to have one in its context but may be in a site-level context as specified in the URL.
public getTargetContext ( $request, &$journalsCount = null ) : mixed
$request Request
$journalsCount int Optional reference to receive journals count
Результат mixed Either a Journal or null if none could be determined.