コード例 #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;
 }