Site logo file
API
Search
Phoca.cz Main Site
Phoca Cart
Phoca Cart Demo
Search
Search
Advanced Search
Methods
getAttributesById
getOptionsById
getTypeArray
getAttributeLength
setAttributeValue
getRequiredArray
getOperatorArray
storeAttributesById
removeDownloadFolderAndFiles
getAttributesAndOptions
getAllAttributesAndOptions
getAttributeValue
getAttributeFullValues
getAllRequiredAttributesByProduct
checkRequiredAttributes
isMultipleAttribute
getAttributesSelectedOnly
getAttributesSanitizeOptionArray
sanitizeAttributeArray
makeCombination
getCombinations
getCombinationsDataByProductId
getCombinationsDataByKey
getCombinationsStockByKey
getCombinationsPriceByKey
getCombinationsStockById
storeCombinationsById
getAttributeType
getOptionType
getAttributeOptionDownloadFilesByOrder
getActiveAttributeValues
You are here:
Home
Phoca Cart
PhocacartAttribute
getOperatorArray
⇦
Back to PhocacartAttribute class
Method getOperatorArray
public static
getOperatorArray
()
Class:
PhocacartAttribute
Project:
Phoca Cart
Method getOperatorArray - Source code
public static function getOperatorArray() { $o = array('+' => '+', '-' => '-'); return $o; }