Site logo file
API
Search
Phoca.cz Main Site
Phoca Cart
Phoca Cart Demo
Search
Search
Advanced Search
Methods
__construct
setType
getPossiblePaymentMethods
checkAndGetPaymentMethod
checkAndGetPaymentMethods
getUserCountryPayment
getUserRegionPayment
getPaymentMethod
storePaymentRegistered
removePayment
isPaymentNotUsed
getPaymentPluginMethods
proceedToPaymentGateway
isPaymentMethodActive
getInfoDescriptionById
getPaymentMethodIdByMethodName
getAllPaymentMethods
getPaymentMethods
You are here:
Home
Phoca Cart
PhocacartPayment
setType
⇦
Back to PhocacartPayment class
Method setType
public
setType
(mixed
$type
=
array(0, 1)
)
Class:
PhocacartPayment
Project:
Phoca Cart
Method setType - Source code
public function setType($type = array(0, 1)) { $this->type = $type; }