function CourseObjectFulfillment::getAccount in Course 7.2
Get the user of this fulfillment.
Return value
stdClass
File
- includes/
CourseObjectFulfillment.inc, line 16
Class
- CourseObjectFulfillment
- Parent class for course object fulfillment.
Code
function getAccount() {
return user_load($this->uid);
}