Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
paypal_ipn_receiver_edit_fns.inc
1 <?php
18 require_once SQ_CORE_PACKAGE_PATH.'/page/page_edit_fns.inc';
19 
32 {
33 
38  function __construct()
39  {
40  parent::__construct();
41 
42  }//end constructor
43 
44 
55  public function paintTargetAsset(Paypal_IPN_Receiver $asset, Backend_Outputter $o, $prefix)
56  {
57  return $this->paintNoticeLinkedAsset($asset, 'target_asset');
58 
59  }//end paintIndexPage()
60 
61 
72  public function processTargetAsset(Paypal_IPN_Receiver $asset, Backend_Outputter $o, $prefix)
73  {
74  return $this->processNoticeLinkedAsset($asset, 'target_asset');
75 
76  }//end processIndexPage()
77 
78 
79 }//end class
80 ?>