Back to FeedFactory class

Method getParsers

public array
getParsers
()
Method to get the registered Parsers
Returns
  • array
Since
  • 4.0.0
Class: FeedFactory
Project: Joomla

Method getParsers - Source code

/**
 * Method to get the registered Parsers
 *
 * @return array
 *
 * @since   4.0.0
 */
public function getParsers()
{
    return $this->parsers;
}