function __construct($aObject)
 {
     parent::__construct($aObject);
 }
示例#2
0
 function __construct($aObject)
 {
     parent::__construct($aObject);
     $this->aFeeds = array('boonex_news' => 'http://www.boonex.com/unity/blog/featured_posts/?rss=1');
 }