PHP Class Checkout, TastyIgniter

Inheritance: extends CI_Controller
Afficher le fichier Open project: tastyigniter/tastyigniter Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( )
_validate_address ( $address_id )
_validate_payment ( $payment )
_validate_time ( $str )
index ( )
success ( )

Private Methods

Méthode Description
_confirmPayment ( $order_data, $cart_contents )
_validateCheckout ( )
getFormData ( $order_data, $data = [] )
validateForm ( )

Method Details

__construct() public méthode

public __construct ( )

_validate_address() public méthode

public _validate_address ( $address_id )

_validate_payment() public méthode

public _validate_payment ( $payment )

_validate_time() public méthode

public _validate_time ( $str )

index() public méthode

public index ( )

success() public méthode

public success ( )