Tutorial Extension  1.0.0
SellerDeck Extensions - Tutorial Extension
Public Attributes | Protected Attributes | List of all members
COrderTrackingBase Class Reference

Inherits CTable.

Inherited by COrderTracking, and COrderTracking.

Public Attributes

 nOrderSequenceNumber
 

Protected Attributes

 $m_sTable = TABLE_ORDER_TRACKING
 
 $m_sIdColumn = 'nID'
 
 $m_aDefaultValues
 
- Protected Attributes inherited from CTable
 $m_oDB = null
 
 $m_sTable = 'table'
 
 $m_sIdColumn = 'id'
 
 $m_bAutoID = true
 
 $m_aDefaultValues = []
 
 $m_aActualValues = []
 
 $m_aRules = []
 
 $m_bNewRecord
 
 $m_bModified
 

Additional Inherited Members

- Public Member Functions inherited from CTable
 __construct (\SDExtension\DB\CDataBase $oDB)
 
 GetDB ()
 
 Reset ()
 
 Save ($aActualValues=null)
 
 UpdateSave ($aActualValues=[], $bModified=true, $bAutoId=false)
 
 Set ($aActualValues=[], $bModified=true)
 
 Get ()
 
 GetRecords ()
 
 Load ($aWhere=[], $nReturnType=\PDO::FETCH_ASSOC)
 
 LoadByValue ($sColumn, $sValue)
 
 LoadByID ($sValue)
 
 Reload ($sID=null)
 
 CreateOriginalCopies ()
 
 Validate ($aActualValues=[])
 
- Protected Member Functions inherited from CTable
 GetRules ()
 

Detailed Description

Definition at line 19 of file COrderTrackingBase.php.

Member Data Documentation

$m_aDefaultValues
protected
Initial value:
= [
"nID" => ''

Definition at line 35 of file COrderTrackingBase.php.

nOrderSequenceNumber
Initial value:
=> '',
"nSSPProviderID" => -1,
"sTrackingNumber" => '',
"sSSPOpaqueData" => '',
"nActualCost" => 0,
"dWeight" => 0,
"sOpaqueData" => '',
"sProductDetails" => '',
"bContentsUndefined" => 0,
"sDateTimeExported" => '',
"sDimensionsLWH" => '',
]

Definition at line 37 of file COrderTrackingBase.php.


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