public function __toString()
 {
     return 'Relation ' . $this->type . ' ' . $this->term->getOmschrijving();
 }
Exemple #2
0
 public function testGetOmschrijving()
 {
     $this->assertEquals('kapellen (klein erfgoed)', $this->object->getOmschrijving());
 }