| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
 Collaboration diagram for ilStudyProgrammeAssessmentSettings:Public Member Functions | |
| __construct (int $points, int $status) | |
| getPoints () | |
| withPoints (int $points) | |
| getStatus () | |
| withStatus (int $status) | |
| toFormInput (Field\Factory $input, ilLanguage $lng, Refinery $refinery) | |
Data Fields | |
| const | STATUS_DRAFT = 10 | 
| const | STATUS_ACTIVE = 20 | 
| const | STATUS_OUTDATED = 30 | 
Static Public Attributes | |
| static array | $STATUS | 
Protected Member Functions | |
| getStatusOptions (ilLanguage $lng) | |
Protected Attributes | |
| int | $points | 
| int | $status | 
Definition at line 24 of file class.ilStudyProgrammeAssessmentSettings.php.
| ilStudyProgrammeAssessmentSettings::__construct | ( | int | $points, | 
| int | $status | ||
| ) | 
Definition at line 39 of file class.ilStudyProgrammeAssessmentSettings.php.
References $points, and $status.
| ilStudyProgrammeAssessmentSettings::getPoints | ( | ) | 
Definition at line 53 of file class.ilStudyProgrammeAssessmentSettings.php.
References $points.
Referenced by toFormInput().
 Here is the caller graph for this function:| ilStudyProgrammeAssessmentSettings::getStatus | ( | ) | 
Definition at line 69 of file class.ilStudyProgrammeAssessmentSettings.php.
References $status.
Referenced by toFormInput().
 Here is the caller graph for this function:
      
  | 
  protected | 
Definition at line 122 of file class.ilStudyProgrammeAssessmentSettings.php.
References ilStudyProgrammeSettings\STATUS_ACTIVE, ilStudyProgrammeSettings\STATUS_DRAFT, ilStudyProgrammeSettings\STATUS_OUTDATED, and ilLanguage\txt().
Referenced by toFormInput().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ilStudyProgrammeAssessmentSettings::toFormInput | ( | Field\Factory | $input, | 
| ilLanguage | $lng, | ||
| Refinery | $refinery | ||
| ) | 
Definition at line 85 of file class.ilStudyProgrammeAssessmentSettings.php.
References getPoints(), getStatus(), getStatusOptions(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
 Here is the call graph for this function:| ilStudyProgrammeAssessmentSettings::withPoints | ( | int | $points | ) | 
Definition at line 58 of file class.ilStudyProgrammeAssessmentSettings.php.
References $points.
| ilStudyProgrammeAssessmentSettings::withStatus | ( | int | $status | ) | 
Definition at line 74 of file class.ilStudyProgrammeAssessmentSettings.php.
References $status.
      
  | 
  protected | 
Definition at line 36 of file class.ilStudyProgrammeAssessmentSettings.php.
Referenced by __construct(), getPoints(), and withPoints().
      
  | 
  static | 
Definition at line 30 of file class.ilStudyProgrammeAssessmentSettings.php.
Referenced by ilStudyProgrammeUserTableRow\withNodeLifecycleStatus().
      
  | 
  protected | 
Definition at line 37 of file class.ilStudyProgrammeAssessmentSettings.php.
Referenced by __construct(), getStatus(), and withStatus().
| const ilStudyProgrammeAssessmentSettings::STATUS_ACTIVE = 20 | 
Definition at line 27 of file class.ilStudyProgrammeAssessmentSettings.php.
Referenced by ilStudyProgrammeMembersTableGUI\getPossibleActions(), and ilStudyProgrammeSubSettingsTest\testPRGSettingsAssessment().
| const ilStudyProgrammeAssessmentSettings::STATUS_DRAFT = 10 | 
Definition at line 26 of file class.ilStudyProgrammeAssessmentSettings.php.
Referenced by ilStudyProgrammeSubSettingsTest\testPRGSettingsAssessment(), and ilStudyProgrammeSubSettingsTest\testPRGSettingsAssessmentToForm().
| const ilStudyProgrammeAssessmentSettings::STATUS_OUTDATED = 30 | 
Definition at line 28 of file class.ilStudyProgrammeAssessmentSettings.php.