Home
last modified time | relevance | path

Searched refs:m_oAddOn (Results 1 – 2 of 2) sorted by relevance

/dports/www/itop/web/datamodels/2.x/itop-sla-computation/
H A Dmain.itop-sla-computation.php36 protected static $m_oAddOn; variable in SLAComputation
56 self::$m_oAddOn = new $sClassName;
57 self::$m_oAddOn->Init();
66 return self::$m_oAddOn;
91 $oEndDate = self::$m_oAddOn->GetDeadline($oObject, $iDuration, $oStartDate);
115 $iDuration = self::$m_oAddOn->GetOpenDuration($oObject, $oStartDate, $oEndDate);
/dports/www/itop/web/core/
H A Duserrights.class.inc.php582 protected static $m_oAddOn; variable in UserRights
599 self::$m_oAddOn = new $sModuleName;
600 self::$m_oAddOn->Init();
616 return self::$m_oAddOn;
871 $oUser = self::$m_oAddOn->FindUser($sName);
1002 return self::$m_oAddOn->GetSelectFilter(self::$m_oUser, $sClass, $aSettings);
1153 self::$m_aAdmins[$iUser] = self::$m_oAddOn->IsAdministrator($oUser);
1170 self::$m_aPortalUsers[$iUser] = self::$m_oAddOn->IsPortalUser($oUser);
1222 $aProfiles = self::$m_oAddOn->ListProfiles($oUser);
1257 if (self::$m_oAddOn)
[all …]