| @@ 6138-6148 (lines=11) @@ | ||
| 6135 | } |
|
| 6136 | } |
|
| 6137 | ||
| 6138 | public function get_item_tags($namespace, $tag) |
|
| 6139 | { |
|
| 6140 | if (isset($this->data['child'][$namespace][$tag])) |
|
| 6141 | { |
|
| 6142 | return $this->data['child'][$namespace][$tag]; |
|
| 6143 | } |
|
| 6144 | else |
|
| 6145 | { |
|
| 6146 | return null; |
|
| 6147 | } |
|
| 6148 | } |
|
| 6149 | ||
| 6150 | public function get_base($element = array()) |
|
| 6151 | { |
|
| @@ 12648-12658 (lines=11) @@ | ||
| 12645 | { |
|
| 12646 | return md5(serialize($this->data)); |
|
| 12647 | } |
|
| 12648 | public function get_source_tags($namespace, $tag) |
|
| 12649 | { |
|
| 12650 | if (isset($this->data['child'][$namespace][$tag])) |
|
| 12651 | { |
|
| 12652 | return $this->data['child'][$namespace][$tag]; |
|
| 12653 | } |
|
| 12654 | else |
|
| 12655 | { |
|
| 12656 | return null; |
|
| 12657 | } |
|
| 12658 | } |
|
| 12659 | public function get_base($element = array()) |
|
| 12660 | { |
|
| 12661 | return $this->item->get_base($element); |
|