ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilExtractedParams Class Reference

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
 

Detailed Description

Class ilExtractedParams.

Author
Maximilian Becker mbeck.nosp@m.er@d.nosp@m.ataba.nosp@m.y.de
Version
$Id$

Definition at line 11 of file class.ilExtractedParams.php.

Member Function Documentation

◆ getContextId()

ilExtractedParams::getContextId ( )
Returns
int

Definition at line 76 of file class.ilExtractedParams.php.

References $context_id.

77  {
78  return $this->context_id;
79  }

◆ getContextType()

ilExtractedParams::getContextType ( )
Returns
string

Definition at line 60 of file class.ilExtractedParams.php.

References $context_type.

61  {
62  return $this->context_type;
63  }

◆ getSubjectId()

ilExtractedParams::getSubjectId ( )
Returns
int

Definition at line 44 of file class.ilExtractedParams.php.

References $subject_id.

45  {
46  return $this->subject_id;
47  }

◆ getSubjectType()

ilExtractedParams::getSubjectType ( )
Returns
string

Definition at line 28 of file class.ilExtractedParams.php.

References $subject_type.

29  {
30  return $this->subject_type;
31  }

◆ setContextId()

◆ setContextType()

◆ setSubjectId()

◆ setSubjectType()

Field Documentation

◆ $context_id

ilExtractedParams::$context_id
protected

Definition at line 23 of file class.ilExtractedParams.php.

Referenced by getContextId(), and setContextId().

◆ $context_type

ilExtractedParams::$context_type
protected

Definition at line 20 of file class.ilExtractedParams.php.

Referenced by getContextType(), and setContextType().

◆ $subject_id

ilExtractedParams::$subject_id
protected

Definition at line 17 of file class.ilExtractedParams.php.

Referenced by getSubjectId(), and setSubjectId().

◆ $subject_type

ilExtractedParams::$subject_type
protected

Definition at line 14 of file class.ilExtractedParams.php.

Referenced by getSubjectType(), and setSubjectType().


The documentation for this class was generated from the following file: