Пример #1
0
 /**
  * Returns the object label form the object event (name, title, etc.)
  *
  * @param \Thelia\Model\Country $object
  */
 protected function getObjectLabel($object)
 {
     return $object->getTitle();
 }