AtomParser::end_ns
Method of the class: AtomParser{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AtomParser = new AtomParser(); $AtomParser->end_ns( $parser, $prefix );
- $parser(required)
- .
- $prefix(required)
- .
AtomParser::end_ns() AtomParser::end ns code WP 7.0
function end_ns($parser, $prefix) {
$this->_p("ending: #" . $prefix . "#");
}