WC_Gateway_Paypal_Request::get_line_items()
Return all line items.
Метод класса: WC_Gateway_Paypal_Request{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
// protected - в коде основоного (родительского) или дочернего класса $result = $this->get_line_items();
Код WC_Gateway_Paypal_Request::get_line_items() WC Gateway Paypal Request::get line items WC 9.7.1
protected function get_line_items() { return $this->line_items; }