Exemplo n.º 1
0
 public function render($key, $namespace = NULL)
 {
     echo $this->labels->getData($key, $namespace);
 }
Exemplo n.º 2
0
 public function &__get($name)
 {
     $labelData = $this->labels->getData($name, $this->name);
     return $labelData;
 }