Property | Type | Description | |
---|---|---|---|
$_stageId | The current stage id * | ||
$_submission | The submission * | ||
$_tabPosition | the current tab position * |
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 ) |
public fetch ( $args, $request ) | ||
$args | array | |
$request | PKPRequest |
public fetchFormatInfo ( $args, $request ) | ||
$args | array | |
$request | Request |
public getSubmission ( ) : Submission | ||
return | Submission |
public getTabPosition ( ) : integer | ||
return | integer |