phpMv
-UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
Loading...
Searching...
No Matches
PaymentOptions.php
Go to the documentation of this file.
1
<?php
2
3
namespace
Ajax\semantic\html\base\constants\icons
;
4
5
use
Ajax\common\BaseEnum
;
6
7
abstract
class
PaymentOptions
extends
BaseEnum
{
8
const
AMERICAN_EXPRESS
=
"american express"
,
DISCOVER
=
"discover"
,
GOOGLE_WALLET
=
"google wallet"
,
MASTERCARD
=
"mastercard"
,
PAYPAL_CARD
=
"paypal card"
,
PAYPAL
=
"paypal"
,
STRIPE
=
"stripe"
,
VISA
=
"visa"
;
9
}
Ajax\common\BaseEnum
Base class for enums see at http://stackoverflow.com/questions/254514/php-and-enumerations.
Definition
BaseEnum.php:11
Ajax\semantic\html\base\constants\icons\PaymentOptions
Definition
PaymentOptions.php:7
Ajax\semantic\html\base\constants\icons\PaymentOptions\VISA
const VISA
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\MASTERCARD
const MASTERCARD
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\DISCOVER
const DISCOVER
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\PAYPAL_CARD
const PAYPAL_CARD
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\AMERICAN_EXPRESS
const AMERICAN_EXPRESS
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\GOOGLE_WALLET
const GOOGLE_WALLET
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\STRIPE
const STRIPE
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons\PaymentOptions\PAYPAL
const PAYPAL
Definition
PaymentOptions.php:8
Ajax\semantic\html\base\constants\icons
Definition
Animals.php:2
Ajax
semantic
html
base
constants
icons
PaymentOptions.php
Generated on Sun Dec 10 2023 16:16:02 for
phpMv-UI
by
doxygen
1.9.8