예제 #1
0
 /**
  * Get a single course.
  *
  * @param string $code
  * @param string $year
  *
  * @return SimpleXMLElement
  */
 public function getCourse($code, $year)
 {
     return $this->client->GeefVakGegevens($code, $year, 'NL');
 }
예제 #2
0
파일: Course.php 프로젝트: efueger/gewisweb
 /**
  * Get a single course.
  *
  * @param string $code
  *
  * @return SimpleXMLElement
  */
 public function getCourse($code)
 {
     return $this->client->GeefVakGegevens($code, '2013', 'NL');
 }