AtomParser::__construct()

最后更新于:2021-12-08 11:52:23

AtomParser::__construct()

PHP5 constructor.

源文件

文件: gc-includes/atomlib.php

 
    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' );
    }