Back to PhocacartUtilsSettings class

Method getShopTypes

public static
getShopTypes
()

Method getShopTypes - Source code

public static function getShopTypes()
{
    return array(0 => Text::_('COM_PHOCACART_ALL'), 1 => Text::_('COM_PHOCACART_ONLINE_SHOP'), 2 => Text::_('COM_PHOCACART_POS'));
}