Home
last modified time | relevance | path

Searched refs:GetAttributeFlags (Results 1 – 15 of 15) sorted by relevance

/dports/www/itop/web/datamodels/2.x/authent-local/
H A Dmodel.authent-local.php118 public function GetAttributeFlags($sAttCode, &$aReasons = array(), $sTargetState = '') function in UserLocal
120 $iFlags = parent::GetAttributeFlags($sAttCode, $aReasons, $sTargetState);
/dports/www/itop/web/core/
H A Dtagsetfield.class.inc.php282 public function GetAttributeFlags($sAttCode, &$aReasons = array(), $sTargetState = '') function in TagSetFieldData
292 return parent::GetAttributeFlags($sAttCode, $aReasons, $sTargetState);
H A Ddbobject.class.php1200 public function GetAttributeFlags($sAttCode, &$aReasons = array(), $sTargetState = '') function in DBObject
1215 $iFlags = MetaModel::GetAttributeFlags(get_class($this), $sTargetState, $sAttCode);
1219 $iFlags = MetaModel::GetAttributeFlags(get_class($this), $this->Get($sStateAttCode), $sAttCode);
1243 $iAttFlags = $this->GetAttributeFlags($sAttCode, $aReasons);
1275 $iAttributeFlags = $this->GetAttributeFlags($sAttCode, $aReasons, $sOriginState);
1320 * @see GetAttributeFlags when modifying the object
H A Dbulkchange.class.inc.php494 : $oTargetObj->GetAttributeFlags($sAttCode, $aReasons);
H A Dmetamodel.class.php2477 public static function GetAttributeFlags($sClass, $sState, $sAttCode) function in MetaModel
2599 …$iFlags = self::GetAttributeFlags($sClass, $sState, $sAttCode); // Be default set the same flags a…
2610 $iPrevFlags = self::GetAttributeFlags($sClass, $sPrevState, $sAttCode);
H A Dattributedef.class.inc.php1011 $iFlags = $oObject->GetAttributeFlags($this->GetCode());
6249 if ($oObject->GetAttributeFlags($this->GetCode()) & OPT_ATT_MANDATORY)
/dports/www/itop/web/addons/userrights/
H A Duserrightsprofile.class.inc.php225 public function GetAttributeFlags($sAttCode, &$aReasons = array(), $sTargetState = '') function in URP_Profiles
227 $iFlags = parent::GetAttributeFlags($sAttCode, $aReasons, $sTargetState);
/dports/www/itop/web/datamodels/2.x/itop-portal-base/portal/src/forms/
H A Dobjectformmanager.class.inc.php523 $iFieldFlags = $this->oObject->GetAttributeFlags($sAttCode);
577 $iFieldFlags = $this->oObject->GetAttributeFlags($sAttCode);
/dports/www/itop/web/application/
H A Dtemplate.class.inc.php327 $iFlags = $this->m_oObj->GetAttributeFlags($sAttCode);
H A Dcmdbabstract.class.inc.php514 $iFlags = $this->GetAttributeFlags($sAttCode);
2882 $iFlags = $this->GetAttributeFlags($sAttCode);
3165 $iFlags = $this->GetAttributeFlags($sAttCode, $aVoid);
3193 $iFlags = $this->GetAttributeFlags($sAttCode, $aVoid);
3226 $iFlags = $this->GetAttributeFlags($sAttCode);
3915 $iFlags = $this->GetAttributeFlags($sAttCode);
H A Dui.linkswidget.class.inc.php93 $iFlags = MetaModel::GetAttributeFlags($this->m_sLinkedClass, $sDefaultState, $sAttCode);
H A Dportalwebpage.class.inc.php482 $iFlags = $oObj->GetAttributeFlags($sAttCode);
/dports/www/itop/web/portal/
H A Dindex.php512 $iFlags = $oRequest->GetAttributeFlags($sAttCode);
961 $iFlags = $oObj->GetAttributeFlags($sLogAttCode);
/dports/www/itop/web/synchro/
H A Dsynchrodatasource.class.inc.php514 public function GetAttributeFlags($sAttCode, &$aReasons = array(), $sTargetState = '') function in SynchroDataSource
520 return parent::GetAttributeFlags($sAttCode, $aReasons, $sTargetState);
/dports/www/itop/web/pages/
H A Dajax.render.php671 $iFlags = $oObj->GetAttributeFlags($sAttCode);
693 $iFlags = MetaModel::GetAttributeFlags($sClass, $oObj->GetState(), $sAttCode);