Example #1
0
 public function getUsers()
 {
     return UserIterator::loadByRole($this->configuration(), $this->id, $this->database(), false);
 }