AddOnContext
class AddOnContext extends Model (View source)
Properties
string | $courseId | ||
string | $itemId | ||
string | $postId | ||
protected | $studentContextType | ||
protected | $studentContextDataType | ||
bool | $supportsStudentWork | ||
protected | $teacherContextType | ||
protected | $teacherContextDataType |
Methods
setCourseId($courseId)
No description
string
getCourseId()
No description
setItemId($itemId)
No description
string
getItemId()
No description
setPostId($postId)
No description
string
getPostId()
No description
getStudentContext()
No description
setSupportsStudentWork($supportsStudentWork)
No description
bool
getSupportsStudentWork()
No description
getTeacherContext()
No description
Details
setCourseId($courseId)
No description
string
getCourseId()
No description
setItemId($itemId)
No description
string
getItemId()
No description
setPostId($postId)
No description
string
getPostId()
No description
setStudentContext(StudentContext $studentContext)
No description
StudentContext
getStudentContext()
No description
setSupportsStudentWork($supportsStudentWork)
No description
bool
getSupportsStudentWork()
No description
setTeacherContext(TeacherContext $teacherContext)
No description
TeacherContext
getTeacherContext()
No description