Back to FeedParser class

Method initialise

protected void
initialise
()
Method to initialise the feed for parsing. If child parsers need to detect versions or other such things this is where you'll want to implement that logic.
Returns
  • void
Since
  • 3.1.4
Class: FeedParser
Project: Joomla

Method initialise - Source code

/**
 * Method to initialise the feed for parsing.  If child parsers need to detect versions or other
 * such things this is where you'll want to implement that logic.
 *
 * @return  void
 *
 * @since   3.1.4
 */
protected abstract function initialise();