/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Classroom/Teacher.php (1395B)
courseId = $courseId;
}
public function getCourseId()
{
return $this->courseId;
}
/**
* @param Google_Service_Classroom_UserProfile
*/
public function setProfile(Google_Service_Classroom_UserProfile $profile)
{
$this->profile = $profile;
}
/**
* @return Google_Service_Classroom_UserProfile
*/
public function getProfile()
{
return $this->profile;
}
public function setUserId($userId)
{
$this->userId = $userId;
}
public function getUserId()
{
return $this->userId;
}
}