Ejemplo n.º 1
0
 /**
  * Returns the translated plural name of the object. If no translation exists
  * the class name will be returned.
  * 
  * @return string the objects plural name
  * 
  * @author Roland Lehmann <*****@*****.**>
  * @since 13.07.2012
  */
 public function plural_name()
 {
     return SilvercartTools::plural_name_for($this);
 }