How can I get the list of teachers of a course?

Re: How can I get the list of teachers of a course?

by Tim Hunt -
Number of replies: 0
Picture of Core developers Picture of Documentation writers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

foreach ($teachers as $teacher) {
echo fullname($teacher);
}