예제 #1
0
파일: Object.php 프로젝트: Avimunk/jini_1
 public function addValue($key, $value)
 {
     return ObjectMeta::addValue($this->id, $key, $value);
 }