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

Data Fields

 $id
 $title
 $status
 $timecreated
 $timemodified
 $authorid
 $authorfirstname
 $authorlastname
 $authorpicture
 $authorimagealt
 $authoremail
 $url

Protected Attributes

 $fields

Detailed Description

Renderable object containing a basic set of information needed to display the submission summary

See also:
workshop_renderer::render_workshop_submission_summary

Definition at line 2618 of file locallib.php.


Field Documentation

$authoremail

Definition at line 2641 of file locallib.php.

$authorfirstname

Definition at line 2633 of file locallib.php.

$authorid

Definition at line 2631 of file locallib.php.

$authorimagealt

Definition at line 2639 of file locallib.php.

$authorlastname

Definition at line 2635 of file locallib.php.

$authorpicture

Definition at line 2637 of file locallib.php.

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

Reimplemented from workshop_submission_base.

Reimplemented in workshop_submission.

Definition at line 2649 of file locallib.php.

$id

Definition at line 2621 of file locallib.php.

$status

Definition at line 2625 of file locallib.php.

$timecreated

Definition at line 2627 of file locallib.php.

$timemodified

Definition at line 2629 of file locallib.php.

$title

Definition at line 2623 of file locallib.php.

$url

Definition at line 2643 of file locallib.php.


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