Inherits NSObject, and <EMCartDataSource>.
Public Member Functions | |
| (id) | - initWithEndpoint: |
| (BOOL) | - sendPassword:error: |
| (id) | - processURLString:error: |
Protected Attributes | |
| NSMutableArray * | _cartItems |
| NSString * | _endpoint |
| NSMutableArray * | _delegates |
Properties | |
| NSMutableArray * | items |
| NSInteger | totalQuantity |
| - (BOOL) sendPassword: | (NSString *) | ||
| error: | (NSError **) | error | |
Can use this to resend the plain-text password to the email address provided
Reimplemented from <EMCartDataSource>.
- (NSMutableArray *) items [read, write, retain] |
The backing array of EMCartItem objects.
1.8.0