Code data class.
More...
Code data class.
- Author
- Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de
Definition at line 27 of file class.Run.php.
◆ __construct()
ILIAS\Survey\Execution\Run::__construct |
( |
int |
$survey_id, |
|
|
int |
$user_id |
|
) |
| |
◆ getAppraiseeId()
ILIAS\Survey\Execution\Run::getAppraiseeId |
( |
| ) |
|
◆ getCode()
ILIAS\Survey\Execution\Run::getCode |
( |
| ) |
|
◆ getFinished()
ILIAS\Survey\Execution\Run::getFinished |
( |
| ) |
|
◆ getId()
ILIAS\Survey\Execution\Run::getId |
( |
| ) |
|
◆ getLastPage()
ILIAS\Survey\Execution\Run::getLastPage |
( |
| ) |
|
◆ getSurveyId()
ILIAS\Survey\Execution\Run::getSurveyId |
( |
| ) |
|
◆ getTimestamp()
ILIAS\Survey\Execution\Run::getTimestamp |
( |
| ) |
|
◆ getUserId()
ILIAS\Survey\Execution\Run::getUserId |
( |
| ) |
|
◆ withAppraiseeId()
ILIAS\Survey\Execution\Run::withAppraiseeId |
( |
int |
$appr_id | ) |
|
Definition at line 135 of file class.Run.php.
138 $run->appraisee_id = $appr_id;
◆ withCode()
ILIAS\Survey\Execution\Run::withCode |
( |
string |
$code | ) |
|
◆ withFinished()
ILIAS\Survey\Execution\Run::withFinished |
( |
bool |
$finished | ) |
|
◆ withId()
ILIAS\Survey\Execution\Run::withId |
( |
int |
$id | ) |
|
◆ withLastPage()
ILIAS\Survey\Execution\Run::withLastPage |
( |
int |
$last_page | ) |
|
◆ withSurveyId()
ILIAS\Survey\Execution\Run::withSurveyId |
( |
int |
$id | ) |
|
◆ withTimestamp()
ILIAS\Survey\Execution\Run::withTimestamp |
( |
int |
$tstamp | ) |
|
◆ withUserId()
ILIAS\Survey\Execution\Run::withUserId |
( |
int |
$user_id | ) |
|
◆ $appraisee_id
int ILIAS\Survey\Execution\Run::$appraisee_id = 0 |
|
protected |
◆ $code
string ILIAS\Survey\Execution\Run::$code = "" |
|
protected |
◆ $finished
bool ILIAS\Survey\Execution\Run::$finished = false |
|
protected |
◆ $id
int ILIAS\Survey\Execution\Run::$id = null |
|
protected |
◆ $lastpage
int ILIAS\Survey\Execution\Run::$lastpage = 0 |
|
protected |
◆ $survey_id
int ILIAS\Survey\Execution\Run::$survey_id = 0 |
|
protected |
◆ $tstamp
int ILIAS\Survey\Execution\Run::$tstamp = 0 |
|
protected |
◆ $user_id
int ILIAS\Survey\Execution\Run::$user_id = 0 |
|
protected |
The documentation for this class was generated from the following file: