equal
deleted
inserted
replaced
142 } |
142 } |
143 |
143 |
144 function tag_open($parser, $tag, $attr) |
144 function tag_open($parser, $tag, $attr) |
145 { |
145 { |
146 $this->_currentTagContents = ''; |
146 $this->_currentTagContents = ''; |
147 $this->currentTag = $tag; |
147 $this->_currentTag = $tag; |
148 switch($tag) { |
148 switch($tag) { |
149 case 'methodCall': |
149 case 'methodCall': |
150 case 'methodResponse': |
150 case 'methodResponse': |
151 case 'fault': |
151 case 'fault': |
152 $this->messageType = $tag; |
152 $this->messageType = $tag; |