/**
  * Gets all the real items purchased which are children of this item
  * @return EE_Line_Item[]
  */
 function get_items()
 {
     EE_Registry::instance()->load_helper('Line_Item');
     return EEH_Line_Item::get_line_item_descendants($this);
 }
 /**
  * Gets all the real items purchased which are children of this item
  * @return EE_Line_Item[]
  */
 function get_items()
 {
     return EEH_Line_Item::get_line_item_descendants($this);
 }