You are here

FrxFeedEngine.inc in Forena Reports 7.3

Implements a method for importing xml feeds available on the web @TODO: Implement the feed engine using curl

File

plugins/FrxFeedEngine.inc
View source
<?php

// $Id$

/**
 * @file
 * Implements a method for importing xml feeds available on the web
 * @TODO: Implement the feed engine using curl
 */
class FrxFeedEngine extends FrxDataSource {

}

Classes

Namesort descending Description
FrxFeedEngine @file Implements a method for importing xml feeds available on the web @TODO: Implement the feed engine using curl