示例#1
0
 public function render($key, $namespace = NULL)
 {
     echo $this->labels->getData($key, $namespace);
 }
示例#2
0
文件: Data.php 项目: trejjam/utils
 public function &__get($name)
 {
     $labelData = $this->labels->getData($name, $this->name);
     return $labelData;
 }