public property PaymentLineItemInfo::$callback in Payment 7
The callback function to get this line item from the Payment.
The function accepts the machine name of the line item to get and the Payment object to get it from as parameters. It should return an array, optionally filled with PaymentLineItem objects.
Type: string
See also
File
- ./
payment.classes.inc, line 1209 - The API and related functions for executing and managing payments.
Class
- PaymentLineItemInfo
- Information about a line item type.
Code
public $callback = 'payment_line_item_get_specific';