AtomParser::_p
Method of the class: AtomParser{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AtomParser = new AtomParser(); $AtomParser->_p( $msg );
- $msg(required)
- .
AtomParser::_p() AtomParser:: p code WP 6.9.1
function _p($msg) {
if($this->debug) {
print str_repeat(" ", $this->depth * $this->indent) . $msg ."\n";
}
}