Public Member Functions

FileListGridHandlerImplementation Class Reference
[Controllers_grid_files_fileList]

This class implements some of the common behaviours and data that a grid handler can use to handle with a submission files list. More...

Inheritance diagram for FileListGridHandlerImplementation:
SubmissionFilesGridHandlerImplementation SelectableFileListGridHandlerImplementation

List of all members.

Public Member Functions

 canManage ()
 FileListGridHandlerImplementation (&$gridHandler, $stageId, $capabilities)
 initialize (&$request)

Detailed Description

This class implements some of the common behaviours and data that a grid handler can use to handle with a submission files list.

Definition at line 20 of file FileListGridHandlerImplementation.inc.php.


Member Function Documentation

FileListGridHandlerImplementation.canManage (  ) 

Whether the grid allows file management (select existing files to add to grid)

Returns:
boolean

Definition at line 46 of file FileListGridHandlerImplementation.inc.php.

Referenced by initialize().

FileListGridHandlerImplementation.FileListGridHandlerImplementation ( &$  gridHandler,
stageId,
capabilities 
)

Constructor

Parameters:
$gridHandler Handler The handler that instantiated this class.
$stageId integer One of the WORKFLOW_STAGE_ID_* constants.
$capabilities integer A bit map with zero or more FILE_GRID_* capabilities set.

Definition at line 32 of file FileListGridHandlerImplementation.inc.php.

References SubmissionFilesGridHandlerImplementation.SubmissionFilesGridHandlerImplementation().

Referenced by SelectableFileListGridHandlerImplementation.SelectableFileListGridHandlerImplementation().

FileListGridHandlerImplementation.initialize ( &$  request  ) 

The documentation for this class was generated from the following file: