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