|
Moodle
2.2.1
http://www.collinsharper.com
|


Data Fields | |
| $id | |
| $title | |
| $status | |
| $timecreated | |
| $timemodified | |
| $authorid | |
| $authorfirstname | |
| $authorlastname | |
| $authorpicture | |
| $authorimagealt | |
| $authoremail | |
| $url | |
Protected Attributes | |
| $fields | |
Renderable object containing a basic set of information needed to display the submission summary
Definition at line 2618 of file locallib.php.
| $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] |
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.