@@ -87,11 +87,11 @@ |
||
87 | 87 | protected function takeAttributeFromDOM($attribute) |
88 | 88 | { |
89 | 89 | switch ($attribute->localName) { |
90 | - case 'type': |
|
91 | - $this->_type = $attribute->nodeValue; |
|
92 | - break; |
|
93 | - default: |
|
94 | - parent::takeAttributeFromDOM($attribute); |
|
90 | + case 'type': |
|
91 | + $this->_type = $attribute->nodeValue; |
|
92 | + break; |
|
93 | + default: |
|
94 | + parent::takeAttributeFromDOM($attribute); |
|
95 | 95 | } |
96 | 96 | } |
97 | 97 |
@@ -65,14 +65,14 @@ |
||
65 | 65 | protected function takeAttributeFromDOM($attribute) |
66 | 66 | { |
67 | 67 | switch ($attribute->localName) { |
68 | - case 'name': |
|
69 | - $this->_name = $attribute->nodeValue; |
|
70 | - break; |
|
71 | - case 'value': |
|
72 | - $this->_value = $attribute->nodeValue; |
|
73 | - break; |
|
74 | - default: |
|
75 | - parent::takeAttributeFromDOM($attribute); |
|
68 | + case 'name': |
|
69 | + $this->_name = $attribute->nodeValue; |
|
70 | + break; |
|
71 | + case 'value': |
|
72 | + $this->_value = $attribute->nodeValue; |
|
73 | + break; |
|
74 | + default: |
|
75 | + parent::takeAttributeFromDOM($attribute); |
|
76 | 76 | } |
77 | 77 | } |
78 | 78 |
@@ -97,11 +97,11 @@ |
||
97 | 97 | protected function takeAttributeFromDOM($attribute) |
98 | 98 | { |
99 | 99 | switch ($attribute->localName) { |
100 | - case 'name': |
|
101 | - $this->_name = $attribute->nodeValue; |
|
102 | - break; |
|
103 | - default: |
|
104 | - parent::takeAttributeFromDOM($attribute); |
|
100 | + case 'name': |
|
101 | + $this->_name = $attribute->nodeValue; |
|
102 | + break; |
|
103 | + default: |
|
104 | + parent::takeAttributeFromDOM($attribute); |
|
105 | 105 | } |
106 | 106 | } |
107 | 107 |
@@ -87,11 +87,11 @@ |
||
87 | 87 | protected function takeAttributeFromDOM($attribute) |
88 | 88 | { |
89 | 89 | switch ($attribute->localName) { |
90 | - case 'type': |
|
91 | - $this->_type = $attribute->nodeValue; |
|
92 | - break; |
|
93 | - default: |
|
94 | - parent::takeAttributeFromDOM($attribute); |
|
90 | + case 'type': |
|
91 | + $this->_type = $attribute->nodeValue; |
|
92 | + break; |
|
93 | + default: |
|
94 | + parent::takeAttributeFromDOM($attribute); |
|
95 | 95 | } |
96 | 96 | } |
97 | 97 |