|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Class ilExtractedParams. More...
Collaboration diagram for ilExtractedParams:Public Member Functions | |
| getSubjectType () | |
| setSubjectType ($subject_type) | |
| getSubjectId () | |
| setSubjectId ($subject_id) | |
| getContextType () | |
| setContextType ($context_type) | |
| getContextId () | |
| setContextId ($context_id) | |
Protected Attributes | |
| $subject_type | |
| $subject_id | |
| $context_type | |
| $context_id | |
| ilExtractedParams::getContextId | ( | ) |
Definition at line 76 of file class.ilExtractedParams.php.
References $context_id.
| ilExtractedParams::getContextType | ( | ) |
Definition at line 60 of file class.ilExtractedParams.php.
References $context_type.
| ilExtractedParams::getSubjectId | ( | ) |
Definition at line 44 of file class.ilExtractedParams.php.
References $subject_id.
| ilExtractedParams::getSubjectType | ( | ) |
Definition at line 28 of file class.ilExtractedParams.php.
References $subject_type.
| ilExtractedParams::setContextId | ( | $context_id | ) |
| int | $context_id |
Definition at line 84 of file class.ilExtractedParams.php.
References $context_id.
Referenced by ilServicesAuthenticationExtractor\extractAfterLogin(), ilServicesNewsExtractor\extractNews(), ilServicesObjectExtractor\extractObject(), ilServicesTrackingExtractor\extractTracking(), ilServicesTreeExtractor\extractTree(), ilServicesUserExtractor\extractUser(), ilServicesUserExtractor\extractUserById(), ilBaseExtractor\extractWithoutUser(), ilBaseExtractor\extractWithUser(), and ilModulesOrgUnitExtractor\extractWithUser().
Here is the caller graph for this function:| ilExtractedParams::setContextType | ( | $context_type | ) |
| string | $context_type |
Definition at line 68 of file class.ilExtractedParams.php.
References $context_type.
Referenced by ilServicesAuthenticationExtractor\extractAfterLogin(), ilServicesNewsExtractor\extractNews(), ilServicesObjectExtractor\extractObject(), ilServicesTrackingExtractor\extractTracking(), ilServicesTreeExtractor\extractTree(), ilServicesUserExtractor\extractUser(), ilServicesUserExtractor\extractUserById(), ilBaseExtractor\extractWithoutUser(), ilBaseExtractor\extractWithUser(), and ilModulesOrgUnitExtractor\extractWithUser().
Here is the caller graph for this function:| ilExtractedParams::setSubjectId | ( | $subject_id | ) |
| int | $subject_id |
Definition at line 52 of file class.ilExtractedParams.php.
References $subject_id.
Referenced by ilServicesAuthenticationExtractor\extractAfterLogin(), ilServicesNewsExtractor\extractNews(), ilServicesObjectExtractor\extractObject(), ilServicesTrackingExtractor\extractTracking(), ilServicesTreeExtractor\extractTree(), ilServicesUserExtractor\extractUser(), ilServicesUserExtractor\extractUserById(), ilBaseExtractor\extractWithoutUser(), ilBaseExtractor\extractWithUser(), and ilModulesOrgUnitExtractor\extractWithUser().
Here is the caller graph for this function:| ilExtractedParams::setSubjectType | ( | $subject_type | ) |
| string | $subject_type |
Definition at line 36 of file class.ilExtractedParams.php.
References $subject_type.
Referenced by ilModulesCategoryExtractor\extract(), ilModulesCourseExtractor\extract(), ilModulesExerciseExtractor\extract(), ilModulesGroupExtractor\extract(), ilModulesOrgUnitExtractor\extract(), ilModulesSessionExtractor\extract(), ilServicesAuthenticationExtractor\extract(), ilServicesMembershipExtractor\extract(), ilServicesNewsExtractor\extract(), ilServicesObjectExtractor\extract(), ilServicesRepositoryExtractor\extract(), ilServicesTreeExtractor\extract(), ilServicesUserExtractor\extract(), and ilServicesTrackingExtractor\extractTracking().
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilExtractedParams.php.
Referenced by getContextId(), and setContextId().
|
protected |
Definition at line 20 of file class.ilExtractedParams.php.
Referenced by getContextType(), and setContextType().
|
protected |
Definition at line 17 of file class.ilExtractedParams.php.
Referenced by getSubjectId(), and setSubjectId().
|
protected |
Definition at line 14 of file class.ilExtractedParams.php.
Referenced by getSubjectType(), and setSubjectType().