示例#1
0
 /**
  * @param string $id
  */
 public function item_group_id($id)
 {
     $node = new Node('item_group_id');
     $this->nodes['item_group_id'] = $node->value($id)->_namespace($this->namespace);
 }
示例#2
0
 /**
  * @param string $customLabel
  */
 public function custom_label_4($customLabel)
 {
     $node = new Node('custom_label_4');
     $this->nodes['custom_label_4'] = $node->value($customLabel)->_namespace($this->namespace);
 }