PHP5 constructor.
Source
function __construct() {
$this->feed = new AtomFeed();
$this->current = null;
$this->map_attrs_func = array( __CLASS__, 'map_attrs' );
$this->map_xmlns_func = array( __CLASS__, 'map_xmlns' );
}
| CARVIEW |
PHP5 constructor.
function __construct() {
$this->feed = new AtomFeed();
$this->current = null;
$this->map_attrs_func = array( __CLASS__, 'map_attrs' );
$this->map_xmlns_func = array( __CLASS__, 'map_xmlns' );
}
| Used by | Description |
|---|---|
AtomParser::AtomParser()wp-includes/atomlib.php | PHP4 constructor. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.