PHP Class PublicationEntryHandler, pkp-lib

Inheritance: extends Handler
Exibir arquivo Open project: pkp/pkp-lib Class Usage Examples

Public Properties

Property Type Description
$_stageId The current stage id *
$_submission The submission *
$_tabPosition the current tab position *

Public Methods

Method Description
__construct ( ) Constructor.
authorize ( $request, &$args, $roleAssignments )
fetch ( $args, $request ) Display the tabs index page.
fetchFormatInfo ( $args, $request ) Returns a JSON response containing information regarding the formats enabled for this submission.
getStageId ( ) : integer Get the stage id
getSubmission ( ) : Submission Get the Submission
getTabPosition ( ) : integer Get the current tab position
initialize ( $request, $args = null )

Method Details

__construct() public method

Constructor.
public __construct ( )

authorize() public method

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

fetch() public method

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

fetchFormatInfo() public method

Returns a JSON response containing information regarding the formats enabled for this submission.
public fetchFormatInfo ( $args, $request )
$args array
$request Request

getStageId() public method

Get the stage id
public getStageId ( ) : integer
return integer

getSubmission() public method

Get the Submission
public getSubmission ( ) : Submission
return Submission

getTabPosition() public method

Get the current tab position
public getTabPosition ( ) : integer
return integer

initialize() public method

public initialize ( $request, $args = null )

Property Details

$_stageId public_oe property

The current stage id *
public $_stageId

$_submission public_oe property

The submission *
public $_submission

$_tabPosition public_oe property

the current tab position *
public $_tabPosition