You are here

class FrxFeedEngine in Forena Reports 7

Same name and namespace in other branches
  1. 6.2 plugins/FrxFeedEngine.inc \FrxFeedEngine
  2. 6 plugins/FrxFeedEngine.inc \FrxFeedEngine
  3. 7.2 plugins/FrxFeedEngine.inc \FrxFeedEngine
  4. 7.3 plugins/FrxFeedEngine.inc \FrxFeedEngine
  5. 7.4 plugins/FrxFeedEngine.inc \FrxFeedEngine

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

Hierarchy

Expanded class hierarchy of FrxFeedEngine

File

plugins/FrxFeedEngine.inc, line 8
Implements a method for importing xml feeds available on the web @TODO: Implement the feed engine using curl

View source
class FrxFeedEngine extends FrxDataProvider {

}

Members

Namesort descending Modifiers Type Description Overrides
FrxDataProvider::$block_ext public property
FrxDataProvider::$block_path public property
FrxDataProvider::$comment_prefix public property
FrxDataProvider::$comment_suffix public property
FrxDataProvider::$conf public property
FrxDataProvider::$te protected property
FrxDataProvider::access public function Implements the basic default security check of calling an access method.
FrxDataProvider::list_blocks public function Find all the blocks matching a provided search string
FrxDataProvider::load_block public function Default block load Loads the data block based on the block name from the file system. The classes that are derived from this will set the block_ext property, which in most cases is .sql but might be something different. The load of the block file…
FrxDataProvider::__construct public function 6