|
| _construct (&$subject, $config) |
|
| plgVmDeclarePluginParamsUserfield ($type, $name, $id, &$data) |
|
| plgVmOnStoreInstallPluginTable ($type, $data) |
|
| plgVmOnUserfieldDisplay ($_prefix, $field, $userId, &$return) |
|
| onShowUserDisplayUserfield ($userId, $fieldName) |
|
| deleteCard ($userId, $cardToDelete) |
|
| updateCard ($userId, $cardToUpdate) |
|
| plgVmOnSelfCallFE ($type, $name, &$render) |
|
| __construct (&$subject, $config) |
|
| AddUserfieldParameter ($params) |
|
| addUserfieldParameterByPlgName ($plgName) |
|
| __construct (&$subject, $config) |
|
| setConvertDecimal ($toConvert) |
|
| convertDec (&$data) |
|
| loadJLangThis ($fname, $type=0, $name=0) |
|
| setPluginLoggable ($set=TRUE) |
|
| setCryptedFields ($fieldNames) |
|
| getOwnUrl () |
|
| display3rdInfo ($intro, $developer, $contactlink, $manlink) |
|
| selectedThisByMethodId ($id= 'type') |
|
| onStoreInstallPluginTable ($psType, $name=FALSE) |
|
| getTableSQLLoggablefields () |
|
| getTableSQLFields () |
|
| setConfigParameterable ($paramsFieldName, $varsToPushParam) |
|
| renderByLayout ($layout= 'default', $viewData=NULL, $name=NULL, $psType=NULL) |
|
| getTemplatePath ($pluginName, $group, $layout= 'default') |
|
|
static | loadJLang ($fname, $type, $name) |
|
static | getVarsToPushFromForm ($form) |
|
static | getVarsToPushByXML ($xmlFile, $name) |
|
| selectedThis ($psType, $name=0, $jid=null) |
|
| selectedThisByJPluginId ($jplugin_id= 'type') |
|
| getJoomlaPluginId () |
|
| createTableSQL ($tableComment, $tablesFields=0) |
|
| getTablePluginParams ($psType, $name, $id, &$xParams, &$varsToPush) |
|
| setOnTablePluginParams ($name, $id, &$table) |
|
| declarePluginParams ($psType, &$data, $blind=0, $blind2=0) |
|
| getVmPluginMethod ($int, $cache=true) |
|
| storePluginInternalData (&$values, $primaryKey=0, $id=0, $preload=FALSE) |
|
| getPluginInternalData ($id, $primaryKey=0) |
|
| createPluginTableObject ($tableName, $tableFields, $primaryKey, $tableId, $loggable=FALSE) |
|
| removePluginInternalData ($id, $primaryKey=0) |
|
| $_psType = 0 |
|
| $_jid = 0 |
|
| $_vmpItable = 0 |
|
| $_tablename = 0 |
|
| $_tableId = 'id' |
|
| $_tablepkey = 0 |
|
| $_vmpCtable = 0 |
|
| $_configTable = 0 |
|
| $_configTableFileName = 0 |
|
| $_configTableClassName = 0 |
|
| $_xParams = 0 |
|
| $_varsToPushParam = array() |
|
| $_idName = 0 |
|
| $_configTableFieldName = 0 |
|
| $_debug = FALSE |
|
| $_loggable = FALSE |
|
| $_cryptedFields = false |
|
| $_toConvertDec = false |
|
plgVmUserfieldEway::_construct |
( |
& |
$subject, |
|
|
|
$config |
|
) |
| |
plgVmUserfieldEway::deleteCard |
( |
|
$userId, |
|
|
|
$cardToDelete |
|
) |
| |
plgVmUserfieldEway::onShowUserDisplayUserfield |
( |
|
$userId, |
|
|
|
$fieldName |
|
) |
| |
plgVmUserfieldEway::plgVmDeclarePluginParamsUserfield |
( |
|
$type, |
|
|
|
$name, |
|
|
|
$id, |
|
|
& |
$data |
|
) |
| |
plgVmUserfieldEway::plgVmOnSelfCallFE |
( |
|
$type, |
|
|
|
$name, |
|
|
& |
$render |
|
) |
| |
plgVmUserfieldEway::plgVmOnStoreInstallPluginTable |
( |
|
$type, |
|
|
|
$data |
|
) |
| |
Create the table for this plugin if it does not yet exist. This functions checks if the called plugin is active one. When yes it is calling the standard method to create the tables
- Author
- Valérie Isaksen
plgVmUserfieldEway::plgVmOnUserfieldDisplay |
( |
|
$_prefix, |
|
|
|
$field, |
|
|
|
$userId, |
|
|
& |
$return |
|
) |
| |
This method is fired when showing the order details in the frontend. It displays the shipment-specific data.
- Parameters
-
integer | $order_number | The order Number |
- Returns
- mixed Null for shipments that aren't active, text (HTML) otherwise
- Author
- Valérie Isaksen
plgVmUserfieldEway::updateCard |
( |
|
$userId, |
|
|
|
$cardToUpdate |
|
) |
| |
plgVmUserfieldEway::$varsToPush = array() |
const plgVmUserfieldEway::EWAY_FOLDERNAME = "eway_" |
The documentation for this class was generated from the following file: