PHP 클래스 DonationsHandler, ojs

상속: extends Handler
파일 보기 프로젝트 열기: pkp/ojs

공개 메소드들

메소드 설명
__construct ( ) Constructor
index ( $args, $request ) Display the donations page.
thankYou ( $args, $request ) Display a "thank you" page.

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( )

index() 공개 메소드

Display the donations page.
public index ( $args, $request )
$args array
$request PKPRequest

thankYou() 공개 메소드

Display a "thank you" page.
public thankYou ( $args, $request )
$args array
$request PKPRequest