示例#1
0
 public function __construct($uid = null, $label = null, $namespace = null)
 {
     parent::__construct($label);
     $this->uid = $uid;
     $this->setNamespace($namespace);
 }