|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ILIAS\Survey\Execution\Run:Public Member Functions | |
| __construct (int $survey_id, int $user_id) | |
| getCode () | |
| getSurveyId () | |
| getId () | |
| getUserId () | |
| getTimestamp () | |
| getFinished () | |
| getLastPage () | |
| getAppraiseeId () | |
| withId (int $id) | |
| withSurveyId (int $id) | |
| withUserId (int $user_id) | |
| withTimestamp (int $tstamp) | |
| withCode (string $code) | |
| withFinished (bool $finished) | |
| withLastPage (int $last_page) | |
| withAppraiseeId (int $appr_id) | |
Protected Attributes | |
| int | $id = null |
| int | $survey_id = 0 |
| int | $user_id = 0 |
| string | $code = "" |
| bool | $finished = false |
| int | $tstamp = 0 |
| int | $lastpage = 0 |
| int | $appraisee_id = 0 |
Code data class.
Definition at line 27 of file class.Run.php.
| ILIAS\Survey\Execution\Run::__construct | ( | int | $survey_id, |
| int | $user_id | ||
| ) |
Definition at line 38 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$survey_id, and ILIAS\Survey\Execution\Run\$user_id.
| ILIAS\Survey\Execution\Run::getAppraiseeId | ( | ) |
Definition at line 81 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$appraisee_id.
| ILIAS\Survey\Execution\Run::getCode | ( | ) |
Definition at line 46 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$code.
| ILIAS\Survey\Execution\Run::getFinished | ( | ) |
Definition at line 71 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$finished.
| ILIAS\Survey\Execution\Run::getId | ( | ) |
Definition at line 56 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$id.
| ILIAS\Survey\Execution\Run::getLastPage | ( | ) |
Definition at line 76 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$lastpage.
| ILIAS\Survey\Execution\Run::getSurveyId | ( | ) |
Definition at line 51 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$survey_id.
| ILIAS\Survey\Execution\Run::getTimestamp | ( | ) |
Definition at line 66 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$tstamp.
| ILIAS\Survey\Execution\Run::getUserId | ( | ) |
Definition at line 61 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$user_id.
| ILIAS\Survey\Execution\Run::withAppraiseeId | ( | int | $appr_id | ) |
Definition at line 135 of file class.Run.php.
| ILIAS\Survey\Execution\Run::withCode | ( | string | $code | ) |
Definition at line 114 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$code.
| ILIAS\Survey\Execution\Run::withFinished | ( | bool | $finished | ) |
Definition at line 121 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$finished.
| ILIAS\Survey\Execution\Run::withId | ( | int | $id | ) |
Definition at line 86 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$id.
Referenced by ILIAS\Survey\Execution\RunDBRepository\getById().
Here is the caller graph for this function:| ILIAS\Survey\Execution\Run::withLastPage | ( | int | $last_page | ) |
Definition at line 128 of file class.Run.php.
| ILIAS\Survey\Execution\Run::withSurveyId | ( | int | $id | ) |
Definition at line 93 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$id.
| ILIAS\Survey\Execution\Run::withTimestamp | ( | int | $tstamp | ) |
Definition at line 107 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$tstamp.
| ILIAS\Survey\Execution\Run::withUserId | ( | int | $user_id | ) |
Definition at line 100 of file class.Run.php.
References ILIAS\Survey\Execution\Run\$user_id.
|
protected |
Definition at line 36 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\getAppraiseeId().
|
protected |
Definition at line 32 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\getCode(), and ILIAS\Survey\Execution\Run\withCode().
|
protected |
Definition at line 33 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\getFinished(), and ILIAS\Survey\Execution\Run\withFinished().
|
protected |
Definition at line 29 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\getId(), ILIAS\Survey\Execution\Run\withId(), and ILIAS\Survey\Execution\Run\withSurveyId().
|
protected |
Definition at line 35 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\getLastPage().
|
protected |
Definition at line 30 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\__construct(), and ILIAS\Survey\Execution\Run\getSurveyId().
|
protected |
Definition at line 34 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\getTimestamp(), and ILIAS\Survey\Execution\Run\withTimestamp().
|
protected |
Definition at line 31 of file class.Run.php.
Referenced by ILIAS\Survey\Execution\Run\__construct(), ILIAS\Survey\Execution\Run\getUserId(), and ILIAS\Survey\Execution\Run\withUserId().