|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ilUserStartingPoint:Public Member Functions | |
| __construct (private ?int $id, private ?int $starting_point_type=null, private int $starting_object=0, private ?int $starting_position=null, private ?int $rule_type=null, private ?string $rule_options=null, private int $calendar_view=0, private int $calendar_period=0) | |
| getId () | |
| setStartingPointType (int $starting_point_type) | |
| getStartingPointType () | |
| setStartingObject (int $a_starting_object) | |
| getStartingObject () | |
| setPosition (int $a_starting_position) | |
| getPosition () | |
| getRuleType () | |
| isRoleBasedStartingPoint () | |
| setRuleTypeRoleBased () | |
| getCalendarView () | |
| Gets calendar view. More... | |
| setCalendarView (int $calendar_view) | |
| Sets calendar view. More... | |
| getCalendarPeriod () | |
| setCalendarPeriod (int $calendar_period) | |
| getRuleOptions () | |
| setRuleOptions (string $a_rule_options) | |
Private Attributes | |
| const | ROLE_BASED = 2 |
Definition at line 21 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::__construct | ( | private ?int | $id, |
| private ?int | $starting_point_type = null, |
||
| private int | $starting_object = 0, |
||
| private ?int | $starting_position = null, |
||
| private ?int | $rule_type = null, |
||
| private ?string | $rule_options = null, |
||
| private int | $calendar_view = 0, |
||
| private int | $calendar_period = 0 |
||
| ) |
Definition at line 25 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::getCalendarPeriod | ( | ) |
Definition at line 103 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilUserStartingPointRepository\save(), ilUserStartingPointRepository\setSystemDefaultStartingPoint(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getCalendarView | ( | ) |
Gets calendar view.
Definition at line 90 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointGUI\getCalenderSubInputs(), ilUserStartingPointRepository\save(), ilUserStartingPointRepository\setSystemDefaultStartingPoint(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getId | ( | ) |
Definition at line 37 of file class.ilUserStartingPoint.php.
References $id.
Referenced by ilUserStartingPointRepository\save(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getPosition | ( | ) |
Definition at line 67 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getRuleOptions | ( | ) |
Definition at line 113 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointRepository\save(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getRuleType | ( | ) |
Definition at line 72 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointRepository\save(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getStartingObject | ( | ) |
Definition at line 57 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointGUI\getRepositoryObjectInput(), ilUserStartingPointRepository\save(), ilUserStartingPointRepository\setSystemDefaultStartingPoint(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::getStartingPointType | ( | ) |
Definition at line 47 of file class.ilUserStartingPoint.php.
Referenced by ilUserStartingPointGUI\getCurrentTypeForStartingPointForm(), ilUserStartingPointRepository\save(), ilUserStartingPointRepository\setSystemDefaultStartingPoint(), and ilUserStartingPointRepository\update().
Here is the caller graph for this function:| ilUserStartingPoint::isRoleBasedStartingPoint | ( | ) |
Definition at line 77 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setCalendarPeriod | ( | int | $calendar_period | ) |
Definition at line 108 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setCalendarView | ( | int | $calendar_view | ) |
Sets calendar view.
Definition at line 98 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setPosition | ( | int | $a_starting_position | ) |
Definition at line 62 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setRuleOptions | ( | string | $a_rule_options | ) |
Definition at line 118 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setRuleTypeRoleBased | ( | ) |
Definition at line 82 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setStartingObject | ( | int | $a_starting_object | ) |
Definition at line 52 of file class.ilUserStartingPoint.php.
| ilUserStartingPoint::setStartingPointType | ( | int | $starting_point_type | ) |
Definition at line 42 of file class.ilUserStartingPoint.php.
|
private |
Definition at line 23 of file class.ilUserStartingPoint.php.