Home
last modified time | relevance | path

Searched refs:aCurrentValues (Results 1 – 5 of 5) sorted by relevance

/dports/www/itop/web/core/
H A Dormcustomfieldsvalue.class.inc.php31 protected $aCurrentValues; variable in ormCustomFieldsValue
37 public function __construct(DBObject $oHostObject, $sAttCode, $aCurrentValues = null) argument
41 $this->aCurrentValues = $aCurrentValues;
46 return $this->aCurrentValues;
63 return $oHandler->GetAsHTML($this->aCurrentValues, $bLocalize);
70 return $oHandler->GetAsXML($this->aCurrentValues, $bLocalize);
77 return $oHandler->GetAsCSV($this->aCurrentValues, $sSeparator, $sTextQualifier, $bLocalize);
90 return $oHandler->GetForTemplate($this->aCurrentValues, $sVerb, $bLocalize);
101 return $oHandler->CompareValues($this->aCurrentValues, $oReference->aCurrentValues);
/dports/www/itop/web/setup/
H A Dmoduleinstaller.class.inc.php148 $aCurrentValues = explode("','", $aMatches[1]);
153 if (!in_array($sTo, $aCurrentValues)) // if not already transformed!
161 foreach ($aCurrentValues as $sValue)
178 $aAllValues = $aCurrentValues;
194 foreach ($aCurrentValues as $sValue)
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/controllers/
H A Duserprofilebrickcontroller.class.inc.php96 …$aCurrentValues = $oApp['request_manipulator']->ReadParam('current_values', array(), FILTER_UNSAFE…
97 $sFormType = $aCurrentValues['form_type'];
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/forms/
H A Dobjectformmanager.class.inc.php1076 $aCurrentValues = $aArgs['currentValues'];
1078 foreach ($aCurrentValues as $sAttCode => $value)
/dports/www/itop/web/pages/
H A Dajax.render.php1147 $aCurrentValues = $aValues; variable
1152 …$aCurrentValues[$sDecodedProp] = (isset($aPreviousValues[$sProp]) ? $aPreviousValues[$sProp] : '')…
1156 $oDashlet->FromParams($aCurrentValues);