Moodle  2.2.1
http://www.collinsharper.com
workshop_submission Class Reference
Inheritance diagram for workshop_submission:
Collaboration diagram for workshop_submission:

Data Fields

 $content
 $contentformat
 $contenttrust
 $attachment

Protected Attributes

 $fields

Detailed Description

Renderable object containing all the information needed to display the submission

See also:
workshop_renderer::render_workshop_submission()

Definition at line 2660 of file locallib.php.


Field Documentation

$attachment

Definition at line 2669 of file locallib.php.

$content

Definition at line 2663 of file locallib.php.

$contentformat

Definition at line 2665 of file locallib.php.

$contenttrust

Definition at line 2667 of file locallib.php.

$fields [protected]
Initial value:
 array(
        'id', 'title', 'timecreated', 'timemodified', 'content', 'contentformat', 'contenttrust',
        'attachment', 'authorid', 'authorfirstname', 'authorlastname', 'authorpicture',
        'authorimagealt', 'authoremail')

Reimplemented from workshop_submission_summary.

Definition at line 2675 of file locallib.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations