PHP Class PublicationEntryHandler, pkp-lib

Inheritance: extends Handler
Afficher le fichier Open project: pkp/pkp-lib Class Usage Examples

Méthodes publiques

Свойство Type Description
$_stageId The current stage id *
$_submission The submission *
$_tabPosition the current tab position *

Méthodes publiques

Méthode 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 méthode

Constructor.
public __construct ( )

authorize() public méthode

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

fetch() public méthode

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

fetchFormatInfo() public méthode

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

getStageId() public méthode

Get the stage id
public getStageId ( ) : integer
Résultat integer

getSubmission() public méthode

Get the Submission
public getSubmission ( ) : Submission
Résultat Submission

getTabPosition() public méthode

Get the current tab position
public getTabPosition ( ) : integer
Résultat integer

initialize() public méthode

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