public function getName()
 {
     $this->name = umiObjectProperty::filterOutputString($this->name);
     return $this->translateLabel($this->name);
 }
Exemplo n.º 2
0
 public function getName($v550dc225cad913e4f765ae3862e42a3e = false)
 {
     $this->name = umiObjectProperty::filterOutputString($this->name);
     return $v550dc225cad913e4f765ae3862e42a3e ? $this->name : $this->translateLabel($this->name);
 }