Squiz Matrix  4.12.2
 All Data Structures Namespaces Functions Variables Pages
Paypal_Payment_Button_Edit_Fns Class Reference
Inheritance diagram for Paypal_Payment_Button_Edit_Fns:
Page_Edit_Fns Asset_Edit_Fns MySource_Object

Public Member Functions

 __construct ()
 
 paintItemName (&$asset, &$o, $prefix)
 
 processItemName (&$asset, &$o, $prefix)
 
 paintItemID (&$asset, &$o, $prefix)
 
 processItemID (&$asset, &$o, $prefix)
 
 paintPrice (&$asset, &$o, $prefix)
 
 processPrice (&$asset, &$o, $prefix)
 
 paintCurrency (&$asset, &$o, $prefix)
 
 processCurrency (&$asset, &$o, $prefix)
 
 paintUndefinedQuantity (&$asset, &$o, $prefix)
 
 processUndefinedQuantity (&$asset, &$o, $prefix)
 
 paintCustomVar (&$asset, &$o, $prefix)
 
 processCustomVar (&$asset, &$o, $prefix)
 
 paintNotifyUrl (&$asset, &$o, $prefix)
 
 processNotifyUrl (&$asset, &$o, $prefix)
 
 paintReturnUrl (&$asset, &$o, $prefix)
 
 processReturnUrl (&$asset, &$o, $prefix)
 
 paintCancelUrl (&$asset, &$o, $prefix)
 
 processCancelUrl (&$asset, &$o, $prefix)
 
 paintCartTargetWindow (&$asset, &$o, $prefix)
 
 processCartTargetWindow (&$asset, &$o, $prefix)
 
 paintShoppingURL (&$asset, &$o, $prefix)
 
 processShoppingURL (&$asset, &$o, $prefix)
 
 paintExtraVars (&$asset, &$o, $prefix)
 
 processExtraVars (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from Page_Edit_Fns
 __construct ()
 
- Public Member Functions inherited from Asset_Edit_Fns
 Asset_Edit_Fns ()
 
 paintPaths (&$asset, &$o, $prefix)
 
 paintEditRemapURLs (&$asset, &$o, $prefix)
 
 processPaths (&$asset, &$o, $prefix)
 
 processEditRemapURLs (&$asset, &$o, $prefix)
 
 paintURLs (&$asset, &$o, $prefix)
 
 paintAddRemapURLs (&$asset, &$o, $prefix)
 
 processAddRemapURLs (&$asset, &$o, $prefix)
 
 isWorkflowComplete (&$asset)
 
 paintNoticeLinkedAsset (&$asset, $link_value, $type_codes=Array(), $field_name='', $multiple=FALSE)
 
 processNoticeLinkedAsset (&$asset, $link_value, $field_name='', $multiple=FALSE)
 
 isSearchInstalled (&$asset, $prefix)
 
 isBeingCreated (&$asset)
 
 isNotBeingCreated (&$asset)
 
 paintAutomaticRemapSetting (&$asset, &$o, $prefix)
 
 paintCreateLink (&$asset, &$o, $prefix)
 
- Public Member Functions inherited from MySource_Object
 MySource_Object ()
 
 __sleep ()
 
 __wakeup ()
 

Additional Inherited Members

- Data Fields inherited from Asset_Edit_Fns
 $static_screens
 

Detailed Description

Definition at line 31 of file paypal_payment_button_edit_fns.inc.

Constructor & Destructor Documentation

__construct ( )

Constructor

Definition at line 38 of file paypal_payment_button_edit_fns.inc.

Member Function Documentation

paintCancelUrl ( $asset,
$o,
  $prefix 
)

Paint the interface for cancel url

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 521 of file paypal_payment_button_edit_fns.inc.

paintCartTargetWindow ( $asset,
$o,
  $prefix 
)

Paint the interface for shopping cart target window

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 580 of file paypal_payment_button_edit_fns.inc.

paintCurrency ( $asset,
$o,
  $prefix 
)

Paint the interface for currency

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 233 of file paypal_payment_button_edit_fns.inc.

paintCustomVar ( $asset,
$o,
  $prefix 
)

Paint the interface for custom variable

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 344 of file paypal_payment_button_edit_fns.inc.

paintExtraVars ( $asset,
$o,
  $prefix 
)

Paint the interface for extra variables

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 686 of file paypal_payment_button_edit_fns.inc.

paintItemID ( $asset,
$o,
  $prefix 
)

Paint the interface for item ID

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 115 of file paypal_payment_button_edit_fns.inc.

paintItemName ( $asset,
$o,
  $prefix 
)

Paint the interface for item name

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 56 of file paypal_payment_button_edit_fns.inc.

paintNotifyUrl ( $asset,
$o,
  $prefix 
)

Paint the interface for notify url

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 403 of file paypal_payment_button_edit_fns.inc.

paintPrice ( $asset,
$o,
  $prefix 
)

Paint the interface for price

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 174 of file paypal_payment_button_edit_fns.inc.

paintReturnUrl ( $asset,
$o,
  $prefix 
)

Paint the interface for return url

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 462 of file paypal_payment_button_edit_fns.inc.

paintShoppingURL ( $asset,
$o,
  $prefix 
)

Paint the interface for shopping URL

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 632 of file paypal_payment_button_edit_fns.inc.

paintUndefinedQuantity ( $asset,
$o,
  $prefix 
)

Paint the interface for undefined quantity setting field

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 285 of file paypal_payment_button_edit_fns.inc.

processCancelUrl ( $asset,
$o,
  $prefix 
)

Process the interface for cancel url

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 557 of file paypal_payment_button_edit_fns.inc.

processCartTargetWindow ( $asset,
$o,
  $prefix 
)

Process the interface for shopping cart target window

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 608 of file paypal_payment_button_edit_fns.inc.

processCurrency ( $asset,
$o,
  $prefix 
)

Process the interface for currency

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 261 of file paypal_payment_button_edit_fns.inc.

processCustomVar ( $asset,
$o,
  $prefix 
)

Process the interface for custom variable

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 380 of file paypal_payment_button_edit_fns.inc.

processExtraVars ( $asset,
$o,
  $prefix 
)

Process the interface for extra variables

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 715 of file paypal_payment_button_edit_fns.inc.

processItemID ( $asset,
$o,
  $prefix 
)

Process the interface for item ID

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 151 of file paypal_payment_button_edit_fns.inc.

processItemName ( $asset,
$o,
  $prefix 
)

Process the interface for item name

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 92 of file paypal_payment_button_edit_fns.inc.

processNotifyUrl ( $asset,
$o,
  $prefix 
)

Process the interface for notify url

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 439 of file paypal_payment_button_edit_fns.inc.

processPrice ( $asset,
$o,
  $prefix 
)

Process the interface for price

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 210 of file paypal_payment_button_edit_fns.inc.

processReturnUrl ( $asset,
$o,
  $prefix 
)

Process the interface for return url

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 498 of file paypal_payment_button_edit_fns.inc.

processShoppingURL ( $asset,
$o,
  $prefix 
)

Process the interface for shopping URL

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 663 of file paypal_payment_button_edit_fns.inc.

processUndefinedQuantity ( $asset,
$o,
  $prefix 
)

Process the interface for undefined quantity setting field

Parameters
object&$assetthe asset whose interface we are painting
object&$othe outputter class
string$prefixprefix for the form elements
Returns
boolean public

Definition at line 321 of file paypal_payment_button_edit_fns.inc.


The documentation for this class was generated from the following file: