Example #1
0
 /**
  * Get all studies of the TU/e
  *
  * @return array
  */
 public function getAllStudies()
 {
     return $this->client->GeefDoelgroepen('2013', 'NL');
 }
Example #2
0
 /**
  * Get all studies of the TU/e
  *
  * @param string $year
  *
  * @return array
  */
 public function getAllStudies($year)
 {
     return $this->client->GeefDoelgroepen($year, 'NL');
 }