WC_Order_Item_Coupon::get_name PHP Метод

get_name() публичный Метод

Get order item name.
public get_name ( string $context = 'view' ) : string
$context string
Результат string
    public function get_name($context = 'view')
    {
        return $this->get_code($context);
    }