Back to PhocacartFeed class

Method getFeedPluginMethods

public static
getFeedPluginMethods
(mixed $namePlugin = '', mixed $returnFormItem = 0)

Method getFeedPluginMethods - Source code

public static function getFeedPluginMethods($namePlugin = '', $returnFormItem = 0)
{
    $plugin = array();
    $plugin['name'] = $namePlugin;
    $plugin['group'] = 'pcf';
    $plugin['title'] = 'Phoca Cart Feed';
    $plugin['selecttitle'] = Text::_('COM_PHOCACART_SELECT_FEED_PLUGIN');
    $plugin['returnform'] = $returnFormItem;
    return PhocacartPlugin::getPluginMethods($plugin);
}