/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Classroom
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Classroom/Teacher.php (1645B)
courseId = $courseId;
}
/**
* @return string
*/
public function getCourseId()
{
return $this->courseId;
}
/**
* @param UserProfile
*/
public function setProfile(UserProfile $profile)
{
$this->profile = $profile;
}
/**
* @return UserProfile
*/
public function getProfile()
{
return $this->profile;
}
/**
* @param string
*/
public function setUserId($userId)
{
$this->userId = $userId;
}
/**
* @return string
*/
public function getUserId()
{
return $this->userId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Teacher::class, 'Google_Service_Classroom_Teacher');