public function __construct(Am_Paysystem_Echeck $plugin, $formType = self::PAYFORM) { $this->plugin = $plugin; $this->formType = $formType; $this->payButtons = array(self::PAYFORM => ___('Subscribe And Pay'), self::ADMIN_UPDATE => ___('Update eCheck Info'), self::USER_UPDATE => ___('Update eCheck Info'), self::ADMIN_INSERT => ___('Update eCheck Info')); parent::__construct('ec'); }
public function __construct(Am_Paysystem_CreditCard $plugin, $formType = self::PAYFORM) { $this->plugin = $plugin; $this->formType = $formType; $this->payButtons = array(self::PAYFORM => ___('Subscribe And Pay'), self::ADMIN_UPDATE => ___('Update Credit Card Info'), self::USER_UPDATE => ___('Update Credit Card Info'), self::ADMIN_INSERT => ___('Update Credit Card Info')); Am_Form::__construct('cc', array('action' => Braintree_TransparentRedirect::url())); }
public function __construct(Am_Paysystem_Echeck $plugin) { $this->plugin = $plugin; parent::__construct('echeck'); }
public function __construct(Am_Paysystem_CreditCard $plugin, $formType = self::PAYFORM) { $this->plugin = $plugin; $this->formType = $formType; parent::__construct('cc'); }
public function __construct(Am_Paysystem_CreditCard $plugin) { $this->plugin = $plugin; return parent::__construct('cc'); }
public function __construct($id = null, $attributes = null) { parent::__construct($id, $attributes); //$this->addCsrf(); }
public function __construct(User $record, User $reseller) { $this->record = $record; $this->reseller = $reseller; parent::__construct(); }
public function __construct() { parent::__construct('profile'); }