Back to PhocacartAttribute class

Method getRequiredArray

public static
getRequiredArray
()

Method getRequiredArray - Source code

public static function getRequiredArray()
{
    $o = array('0' => Text::_('COM_PHOCACART_NO'), '1' => Text::_('COM_PHOCACART_YES'));
    return $o;
}