Exponent v2.7.2

payflowpro extends creditcard
in package

This is the class expRecord

Tags
subpackage

Calculators

Table of Contents

$attachable_items_to_save  : mixed
$card_images  : mixed
$cards  : mixed
$classname  : mixed
$configdata  : mixed
$default_sort_direction  : mixed
$default_sort_field  : mixed
$do_not_validate  : mixed
$get_assoc_for  : mixed
$get_attachable_for  : mixed
$grouping_sql  : mixed
$has_and_belongs_to_many  : mixed
$has_and_belongs_to_self  : mixed
$has_extended_fields  : mixed
$has_many  : mixed
$has_many_self  : mixed
$has_one  : mixed
$identifier  : mixed
$needs_approval  : mixed
$payment_type  : mixed
$rank_by_field  : mixed
$supports_revisions  : mixed
$table  : mixed
$tablename  : mixed
$validate  : mixed
$validates  : mixed
$attachable_item_types  : mixed
$classinfo  : mixed
__construct()  : mixed
__get()  : null
Generic magic method
__isset()  : bool
Generic magic method
__set()  : mixed
Generic magic method We MUST create/set non-existing properties for Exponent code to work
__unset()  : mixed
Generic magic method
afterCreate()  : mixed
after creating item
afterDelete()  : mixed
is run after deleting item, should delete associated items here if needed
afterSave()  : mixed
after saving item
afterUpdate()  : mixed
after updating item
afterValidation()  : mixed
after validating item
afterValidationOnCreate()  : mixed
after validating item during creation
afterValidationOnUpdate()  : mixed
after validating item during update
associateWith()  : mixed
get objects this item belongs to ??
attachItem()  : bool
attach to item
authorization()  : mixed
beforeCreate()  : mixed
before creating item
beforeDelete()  : mixed
is run before deleting item
beforeSave()  : mixed
before saving item
beforeUpdate()  : mixed
before updating item
beforeValidation()  : mixed
before validating item
beforeValidationOnCreate()  : mixed
before validating item during creation
beforeValidationOnUpdate()  : mixed
before validating item during update
build()  : mixed
Adds table fields as class properties to current "record" class.
captureEnabled()  : mixed
checkout()  : object
Called for checkout screen
configForm()  : string
Return path to calculator configuration form template
createBillingTransaction()  : mixed
Generate a new billing transaction record
credit_transaction()  : mixed
creditEnabled()  : mixed
delayed_capture()  : mixed
delete()  : mixed
description()  : mixed
displayname()  : string
name of model
find()  : array<string|int, mixed>|int|object
find an item or items
findBy()  : array<string|int, mixed>
find an item by column
findValue()  : array<string|int, mixed>|bool
find a value(s) by column
findWhereAttachedTo()  : array<string|int, mixed>
this function finds models that have this attachable item attached
formatCreditCard()  : mixed
getAssociatedObjects()  : null
get item's associated objects
getAttachableItemTables()  : array<string|int, mixed>
used for import/export
getAvailableCards()  : mixed
getAVSAddressVerified()  : mixed
getAVSZipVerified()  : mixed
getCalcName()  : string
Return billing calculator name
getCalcTitle()  : string
Return billing calculator title
getCVVMatched()  : mixed
getDefault()  : int
Return default billing calculator
getPaymentAuthorizationNumber()  : mixed
getPaymentMethod()  : mixed
getPaymentReferenceNumber()  : mixed
getPaymentStatus()  : mixed
getPoster()  : null|string
return the item poster
getRealIP()  : mixed
getTimestamp()  : mixed
return the item timestamp
hasConfig()  : mixed
hasUserForm()  : mixed
isOffsite()  : mixed
isRestricted()  : mixed
isSearchable()  : bool
is model content searchable?
isSelectable()  : bool
Is this billing calculator selectable in the payment methods. It may not be if it is meant more as base class for other calculators to extend from
makeSefUrl()  : mixed
make an sef_url for item
name()  : string
name of model for backwards compat with old modules
parseConfig()  : mixed
parseResponse()  : mixed
postProcess()  : mixed
preprocess()  : object
Called for billing method selection screen, return true if it's a valid billing method.
process()  : mixed
refresh()  : bool
re-construct the item from the database
rerank()  : mixed
rerank items
sale_transaction()  : mixed
save()  : mixed
save item
saveAssociatedObjects()  : mixed
save associated objects
showOptions()  : mixed
update()  : mixed
update item
userForm()  : string
Build user input form
userFormUpdate()  : object
Process user input. This function should return an object of the user input.
userView()  : string
Returns html to display user data.
validate()  : bool
validate item sef_url
validate_card_expire()  : mixed
validate_card_number()  : mixed
validate_card_type()  : mixed
validate_cvv()  : mixed
view()  : mixed
void_transaction()  : mixed
voidEnabled()  : mixed
checkForAttachableItems()  : bool
check for what objects may be attached
getAttachableItems()  : mixed
get attached objects for this item
getAssociatedObjectsForThisModel()  : mixed
gets associated objects for this model
makeManyToManyTablename()  : string
create a many to many table relationship

Properties

$attachable_items_to_save

public mixed $attachable_items_to_save

$card_images

public mixed $card_images = array("AmExCard" => 'Amex.png', "DiscoverCard" => 'Discover.png', "MasterCard" => 'Mastercard.png', "VisaCard" => 'Visa.png')

$cards

public mixed $cards = array("AmExCard" => "American Express", "DiscoverCard" => "Discover", "MasterCard" => "MasterCard", "VisaCard" => "Visa")

$default_sort_direction

public mixed $default_sort_direction = ''

$default_sort_field

public mixed $default_sort_field = ''

$do_not_validate

public mixed $do_not_validate = array()

$get_assoc_for

public mixed $get_assoc_for = array()

$get_attachable_for

public mixed $get_attachable_for = array()

$grouping_sql

public mixed $grouping_sql = ''

$has_and_belongs_to_many

public mixed $has_and_belongs_to_many = array()

$has_and_belongs_to_self

public mixed $has_and_belongs_to_self = array()

$has_extended_fields

public mixed $has_extended_fields = array()

$has_many_self

public mixed $has_many_self = array()

$needs_approval

public mixed $needs_approval = \false

$payment_type

public mixed $payment_type = 'PayPal Payflow'

$rank_by_field

public mixed $rank_by_field = ''

$supports_revisions

public mixed $supports_revisions = \false

$validates

public mixed $validates = array()

$attachable_item_types

protected mixed $attachable_item_types = array()

$classinfo

protected mixed $classinfo = \null

Methods

__construct()

public __construct([null $params = null ][, bool $get_assoc = true ][, bool $get_attached = true ]) : mixed
Parameters
$params : null = null
$get_assoc : bool = true
$get_attached : bool = true
Tags
throws
ReflectionException
Return values
mixed

__get()

Generic magic method

public __get( $property) : null
Parameters
$property :
Return values
null

__isset()

Generic magic method

public __isset( $property) : bool
Parameters
$property :
Return values
bool

__set()

Generic magic method We MUST create/set non-existing properties for Exponent code to work

public __set( $property,  $value) : mixed
Parameters
$property :
$value :
Return values
mixed

__unset()

Generic magic method

public __unset( $property) : mixed
Parameters
$property :
Return values
mixed

afterCreate()

after creating item

public afterCreate() : mixed
Return values
mixed

afterDelete()

is run after deleting item, should delete associated items here if needed

public afterDelete() : mixed
Return values
mixed

afterSave()

after saving item

public afterSave() : mixed
Return values
mixed

afterUpdate()

after updating item

public afterUpdate() : mixed
Return values
mixed

afterValidation()

after validating item

public afterValidation() : mixed
Return values
mixed

afterValidationOnCreate()

after validating item during creation

public afterValidationOnCreate() : mixed
Return values
mixed

afterValidationOnUpdate()

after validating item during update

public afterValidationOnUpdate() : mixed
Return values
mixed

associateWith()

get objects this item belongs to ??

public associateWith( $datatype,  $id) : mixed

Type of associations has_and_belongs_to_many

Parameters
$datatype :
$id :
Return values
mixed

attachItem()

attach to item

public attachItem( $item[, string $subtype = '' ][, bool $replace = true ]) : bool
Parameters
$item :
$subtype : string = ''
$replace : bool = true
Return values
bool

authorization()

public authorization(mixed $billingmethod, mixed $opts, mixed $order) : mixed
Parameters
$billingmethod : mixed
$opts : mixed
$order : mixed
Return values
mixed

beforeCreate()

before creating item

public beforeCreate() : mixed
Return values
mixed

beforeDelete()

is run before deleting item

public beforeDelete() : mixed
Return values
mixed

beforeSave()

before saving item

public beforeSave() : mixed
Return values
mixed

beforeUpdate()

before updating item

public beforeUpdate() : mixed
Return values
mixed

beforeValidation()

before validating item

public beforeValidation() : mixed
Return values
mixed

beforeValidationOnCreate()

before validating item during creation

public beforeValidationOnCreate() : mixed
Return values
mixed

beforeValidationOnUpdate()

before validating item during update

public beforeValidationOnUpdate() : mixed
Return values
mixed

build()

Adds table fields as class properties to current "record" class.

public build([mixed $params = array() ]) : mixed

Loads Table schema data and creates new class properties based upon the fields in given table.

Additionally, if a record ID is given, that record is pulled and field values are also populated into class properties.

Parameters
$params : mixed = array()

array or Object for table selection

Tags
category

db_record

uses

[db_type]::getDataDefinition() Builds a data definition from existing table.

requires

$db

access

protected

final
PHPUnit

Not Defined

global

object $db

Return values
mixed

captureEnabled()

public captureEnabled() : mixed
Return values
mixed

checkout()

Called for checkout screen

public checkout(billingmethod $method, mixed $opts, array<string|int, mixed> $params, order $order) : object
Parameters
$method : billingmethod
$opts : mixed
$params : array<string|int, mixed>
$order : order
Return values
object

configForm()

Return path to calculator configuration form template

public configForm() : string
Return values
string

createBillingTransaction()

Generate a new billing transaction record

public createBillingTransaction( $method,  $amount,  $result,  $trax_state) : mixed
Parameters
$method :
$amount :
$result :
$trax_state :
Return values
mixed

credit_transaction()

public credit_transaction(mixed $billingmethod, mixed $amount, mixed $order) : mixed
Parameters
$billingmethod : mixed
$amount : mixed
$order : mixed
Return values
mixed

creditEnabled()

public creditEnabled() : mixed
Return values
mixed

delayed_capture()

public delayed_capture(mixed $billingmethod, mixed $amount, mixed $order) : mixed
Parameters
$billingmethod : mixed
$amount : mixed
$order : mixed
Return values
mixed

delete()

public delete([mixed $where = '' ]) : mixed
Parameters
$where : mixed = ''
Return values
mixed

description()

public description() : mixed
Return values
mixed

displayname()

name of model

public static displayname() : string
Return values
string

find()

find an item or items

public find([string $range = 'all' ][, null $where = null ][, null $order = null ][, null $limit = null ], int $limitstart[, bool $get_assoc = true ][, bool $get_attached = true ][, array<string|int, mixed> $except = array() ][, bool $cascade_except = false ]) : array<string|int, mixed>|int|object
Parameters
$range : string = 'all'

// all, revisions, first, bytitle, count, bytag, bycat,

$where : null = null
$order : null = null
$limit : null = null
$limitstart : int
$get_assoc : bool = true
$get_attached : bool = true
$except : array<string|int, mixed> = array()
$cascade_except : bool = false
Return values
array<string|int, mixed>|int|object

findBy()

find an item by column

public findBy( $column,  $value[, bool $get_assoc = true ][, bool $get_attached = true ][, array<string|int, mixed> $except = array() ][, bool $cascade_except = false ]) : array<string|int, mixed>
Parameters
$column :
$value :
$get_assoc : bool = true
$get_attached : bool = true
$except : array<string|int, mixed> = array()
$cascade_except : bool = false
Return values
array<string|int, mixed>

findValue()

find a value(s) by column

public findValue([string $range = 'all' ][, string $column = null ][, string $where = null ][, string $order = null ][, bool $distinct = false ]) : array<string|int, mixed>|bool
Parameters
$range : string = 'all'
$column : string = null
$where : string = null
$order : string = null
$distinct : bool = false
Return values
array<string|int, mixed>|bool

findWhereAttachedTo()

this function finds models that have this attachable item attached

public findWhereAttachedTo( $content_type) : array<string|int, mixed>
Parameters
$content_type :
Return values
array<string|int, mixed>

formatCreditCard()

public formatCreditCard(mixed $cc, mixed $cc_type) : mixed
Parameters
$cc : mixed
$cc_type : mixed
Return values
mixed

getAssociatedObjects()

get item's associated objects

public getAssociatedObjects([object $obj = null ]) : null

Type of associations has_one has_many has_and_belongs_to_many

Parameters
$obj : object = null
Return values
null

getAttachableItemTables()

used for import/export

public getAttachableItemTables() : array<string|int, mixed>
Return values
array<string|int, mixed>

getAvailableCards()

public getAvailableCards() : mixed
Return values
mixed

getAVSAddressVerified()

public getAVSAddressVerified(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getAVSZipVerified()

public getAVSZipVerified(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getCalcName()

Return billing calculator name

public static getCalcName( $calc_id) : string
Parameters
$calc_id :
Return values
string

getCalcTitle()

Return billing calculator title

public static getCalcTitle( $calc_id) : string
Parameters
$calc_id :
Return values
string

getCVVMatched()

public getCVVMatched(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getDefault()

Return default billing calculator

public static getDefault() : int
Return values
int

getPaymentAuthorizationNumber()

public getPaymentAuthorizationNumber(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getPaymentMethod()

public getPaymentMethod(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getPaymentReferenceNumber()

public getPaymentReferenceNumber(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getPaymentStatus()

public getPaymentStatus(mixed $billingmethod) : mixed
Parameters
$billingmethod : mixed
Return values
mixed

getPoster()

return the item poster

public getPoster([null $display = null ]) : null|string
Parameters
$display : null = null
Return values
null|string

getRealIP()

public getRealIP() : mixed
Return values
mixed

getTimestamp()

return the item timestamp

public getTimestamp(int $type) : mixed
Parameters
$type : int
Return values
mixed

isOffsite()

public isOffsite() : mixed
Return values
mixed

isSearchable()

is model content searchable?

public static isSearchable() : bool
Return values
bool

isSelectable()

Is this billing calculator selectable in the payment methods. It may not be if it is meant more as base class for other calculators to extend from

public isSelectable() : bool
Return values
bool

makeSefUrl()

make an sef_url for item

public makeSefUrl() : mixed
Return values
mixed

name()

name of model for backwards compat with old modules

public name() : string
Return values
string

parseConfig()

public parseConfig(mixed $values) : mixed
Parameters
$values : mixed
Return values
mixed

parseResponse()

public parseResponse(mixed $response) : mixed
Parameters
$response : mixed
Return values
mixed

postProcess()

public postProcess(mixed $order, mixed $params) : mixed
Parameters
$order : mixed
$params : mixed
Return values
mixed

preprocess()

Called for billing method selection screen, return true if it's a valid billing method.

public preprocess(billingmethod $method, mixed $opts, array<string|int, mixed> $params, order $order) : object
Parameters
$method : billingmethod
$opts : mixed
$params : array<string|int, mixed>
$order : order
Return values
object

process()

public process(mixed $billingmethod, mixed $opts, mixed $params, mixed $order) : mixed
Parameters
$billingmethod : mixed
$opts : mixed
$params : mixed
$order : mixed
Return values
mixed

refresh()

re-construct the item from the database

public refresh() : bool
Tags
throws
ReflectionException
Return values
bool

rerank()

rerank items

public rerank( $direction[, string $where = '' ]) : mixed
Parameters
$direction :
$where : string = ''
Return values
mixed

sale_transaction()

public sale_transaction(mixed $billingmethod, mixed $opts, mixed $order) : mixed
Parameters
$billingmethod : mixed
$opts : mixed
$order : mixed
Return values
mixed

save()

save item

public save([bool $validate = false ][, bool $force_no_revisions = false ]) : mixed
Parameters
$validate : bool = false
$force_no_revisions : bool = false
Return values
mixed

saveAssociatedObjects()

save associated objects

public saveAssociatedObjects() : mixed

Type of associations has_one

Return values
mixed

showOptions()

public showOptions() : mixed
Tags
deprecated
Return values
mixed

update()

update item

public update([array<string|int, mixed>|object $params = array() ]) : mixed
Parameters
$params : array<string|int, mixed>|object = array()
Return values
mixed

userForm()

Build user input form

public userForm([null $config_object = null ][, null $user_data = null ]) : string
Parameters
$config_object : null = null
$user_data : null = null
Return values
string

userFormUpdate()

Process user input. This function should return an object of the user input.

public userFormUpdate( $params) : object

the returned object will be saved in the session and passed to post_process. If need be this could use another method of data storage, as long post_process can get the data.

Parameters
$params :
Return values
object

userView()

Returns html to display user data.

public userView( $billingmethod) : string
Parameters
$billingmethod :
Return values
string

validate()

validate item sef_url

public validate() : bool
Return values
bool

validate_card_expire()

public validate_card_expire(mixed $mmyy) : mixed
Parameters
$mmyy : mixed
Return values
mixed

validate_card_number()

public validate_card_number(mixed $card_number) : mixed
Parameters
$card_number : mixed
Return values
mixed

validate_card_type()

public validate_card_type(mixed $cc_num, mixed $type) : mixed
Parameters
$cc_num : mixed
$type : mixed
Return values
mixed

validate_cvv()

public validate_cvv(mixed $cvv) : mixed
Parameters
$cvv : mixed
Return values
mixed

view()

public view(mixed $config_object) : mixed
Parameters
$config_object : mixed
Return values
mixed

void_transaction()

public void_transaction(mixed $billingmethod, mixed $order) : mixed
Parameters
$billingmethod : mixed
$order : mixed
Return values
mixed

voidEnabled()

public voidEnabled() : mixed
Return values
mixed

checkForAttachableItems()

check for what objects may be attached

protected checkForAttachableItems( $params) : bool
Parameters
$params :
Return values
bool

getAttachableItems()

get attached objects for this item

protected getAttachableItems() : mixed
Return values
mixed

getAssociatedObjectsForThisModel()

gets associated objects for this model

private getAssociatedObjectsForThisModel([array<string|int, mixed> $except = array() ][, bool $cascade_except = false ]) : mixed

Type of associations has_extended_fields has_one has_many has_many_self has_and_belongs_to_many has_and_belongs_to_self

Parameters
$except : array<string|int, mixed> = array()
$cascade_except : bool = false
Return values
mixed

makeManyToManyTablename()

create a many to many table relationship

private makeManyToManyTablename( $assoc_table) : string
Parameters
$assoc_table :
Return values
string

Search results