* @link http://www.oxidmodule.com */ class d3_remotelogin_update extends d3install_updatebase { /** * @var string */ public $sModKey = 'd3_remote'; /** * @var string${CARET} */ public $sModName = 'Login as Customer'; /** * @var string${CARET} */ public $sModVersion = '3.0.1.3'; /** * @var string${CARET} */ public $sModRevision = '3013'; /** * @var string${CARET} */ public $sBaseConf = << 'checkModCfgItemExist', 'do' => 'updateModCfgItemExist'), array('check' => 'checkFields', 'do' => 'fixFields'), array('check' => 'checkModCfgSameRevision', 'do' => 'updateModCfgSameRevision'), ); /** * @var array */ public $aFields = array ( 'D3LOGINASCUSTGROUP' => array ( 'sTableName' => 'oxgroups', 'sFieldName' => 'D3LOGINASCUSTGROUP', 'sType' => 'TINYINT(1)', 'blNull' => false, 'sDefault' => '0', 'sComment' => 'via login_as_customer signed in users in this session assigned group', 'sExtra' => '', 'blMultilang' => false, ), ); /** * @var array */ protected $_aRefreshMetaModuleIds = array('d3_remote'); }