This class implements some of the common behaviours and data that a grid handler can use to handle with a submission files list. More...
Public Member Functions | |
| canManage () | |
| FileListGridHandlerImplementation (&$gridHandler, $stageId, $capabilities) | |
| initialize (&$request) | |
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.
| FileListGridHandlerImplementation.canManage | ( | ) |
Whether the grid allows file management (select existing files to add to grid)
Definition at line 46 of file FileListGridHandlerImplementation.inc.php.
Referenced by initialize().
| FileListGridHandlerImplementation.FileListGridHandlerImplementation | ( | &$ | gridHandler, | |
| $ | stageId, | |||
| $ | capabilities | |||
| ) |
Constructor
| $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 | ) |
Reimplemented from SubmissionFilesGridHandlerImplementation.
Reimplemented in SelectableFileListGridHandlerImplementation.
Definition at line 57 of file FileListGridHandlerImplementation.inc.php.
References canManage(), and SubmissionFilesGridHandlerImplementation.getGridHandler().
1.7.1