PHP 클래스 rebuildSearchIndex, ojs

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

공개 메소드들

메소드 설명
__construct ( $argv ) Constructor
callbackBaseUrl ( $hookName, &$params ) Callback to patch the base URL which will be required when constructing galley/supp file download URLs.
execute ( ) Rebuild the search index for all articles in all journals.
usage ( ) Print command usage information.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $argv )
$argv array

callbackBaseUrl() 공개 메소드

Callback to patch the base URL which will be required when constructing galley/supp file download URLs.
또한 보기: PKPRequest::getBaseUrl()
public callbackBaseUrl ( $hookName, &$params )

execute() 공개 메소드

Rebuild the search index for all articles in all journals.
public execute ( )

usage() 공개 메소드

Print command usage information.
public usage ( )