예제 #1
0
파일: Component.php 프로젝트: trejjam/utils
 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;
 }