WC_Gateway_Paypal_Request::get_line_items()protectedWC 1.0

Return all line items.

Метод класса: WC_Gateway_Paypal_Request{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_line_items();

Код WC_Gateway_Paypal_Request::get_line_items() WC 8.7.0

protected function get_line_items() {
	return $this->line_items;
}