Swiftriver\Core\Modules\SiSPS\SwiftriverSourceParsingService::ListAvailableParsers PHP Method

ListAvailableParsers() public method

    public function ListAvailableParsers()
    {
        $logger = \Swiftriver\Core\Setup::GetLogger();
        $logger->log("Core::Modules::SiSPS::SwiftriverSourceParsingService::ListAvailableChannels [Method invoked]", \PEAR_LOG_DEBUG);
        $logger->log("Core::Modules::SiSPS::SwiftriverSourceParsingService::ListAvailableChannels [START: Getting All Parsers from the ParserFactory]", \PEAR_LOG_DEBUG);
        $parsers = ParserFactory::ReturnAllAvailableParsers();
        $logger->log("Core::Modules::SiSPS::SwiftriverSourceParsingService::ListAvailableChannels [END: Getting All Parsers from the ParserFactory]", \PEAR_LOG_DEBUG);
        $logger->log("Core::Modules::SiSPS::SwiftriverSourceParsingService::ListAvailableChannels [Method finished]", \PEAR_LOG_DEBUG);
        return $parsers;
    }