PHP 클래스 PageHandler, pkp-lib

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

공개 메소드들

메소드 설명
__construct ( ) Constructor
authorize ( $request, &$args, $roleAssignments )
css ( $args, $request ) Get the compiled CSS
tasks ( $args, $request ) : JSONMessage Display the tasks component
userNavBackend ( $args, $request ) : JSONMessage Display the backend user-context menu.

비공개 메소드들

메소드 설명
setupHeader ( $args, $request ) : JSONMessage Setup and assign variables for any templates that want the overall header context.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

authorize() 공개 메소드

public authorize ( $request, &$args, $roleAssignments )

css() 공개 메소드

Get the compiled CSS
public css ( $args, $request )
$args array
$request PKPRequest

tasks() 공개 메소드

Display the tasks component
public tasks ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object

userNavBackend() 공개 메소드

Display the backend user-context menu.
public userNavBackend ( $args, $request ) : JSONMessage
$args array
$request PKPRequest
리턴 JSONMessage JSON object