Méthode | Description | |
---|---|---|
__toString ( ) : string | create a printable representation of the object as: ClassName[property=value, property=value] | |
factory ( $attributes ) : |
factory method: returns an instance of UsBankAccount to the requesting method, with populated properties | |
find ( $token ) | static methods redirecting to gateway | |
sale ( $token, $transactionAttribs ) |
Méthode | Description | |
---|---|---|
_initialize ( array $usBankAccountAttribs ) : void | sets instance properties from an array of values |
public __toString ( ) : string | ||
Résultat | string |
protected _initialize ( array $usBankAccountAttribs ) : void | ||
$usBankAccountAttribs | array | array of usBankAccount data |
Résultat | void |
public static factory ( $attributes ) : |
||
Résultat |