UNA
|
Public Member Functions | |
genInputLocation (&$aInput, $oForm) | |
getLocationVal ($aInput, $sIndex, $oForm) | |
setLocationVals ($aInput, $aVals, $oForm) | |
setLocationVal ($aInput, $sIndex, $sVal, $oForm) | |
Public Member Functions inherited from BxDolFactoryObject | |
getObjectName () | |
Static Public Member Functions | |
static | getObjectInstance ($sObject) |
Static Public Member Functions inherited from BxDolFactoryObject | |
static | getObjectInstanceByClassNames ($sObject, $oTemplate, $sClassName, $sDbClassName) |
Protected Member Functions | |
__construct ($aObject) | |
Protected Member Functions inherited from BxDolFactoryObject | |
__construct ($aObject, $oTemplate=null, $sDbClassName='') | |
Additional Inherited Members | |
Protected Attributes inherited from BxDolFactoryObject | |
$_oDb | |
$_oTemplate | |
$_sObject | |
$_aObject | |
This class allow different implementations for location field.
Add record to sys_objects_location_field table, like you are doing this for Comments or Voting objects:
|
static |
Get object instance by object name
$sObject | object name |
Implements iBxDolFactoryObject.