PHP 클래스 Handler, ojs

User: kaylafitzsimmons Date: 2/9/16 Time: 8:44 PM
파일 보기 프로젝트 열기: pkp/ojs 1 사용 예제들

공개 메소드들

메소드 설명
__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.