modify form templating

This commit is contained in:
2013-11-06 19:18:21 +01:00
parent 5393473c11
commit 7e1093f786
2 changed files with 76 additions and 0 deletions

View File

@@ -52,4 +52,8 @@ class Country
{
return $this->label;
}
public function __toString() {
return $this->getLabel();
}
}