Home
last modified time | relevance | path

Searched defs:bAllowAllData (Results 1 – 4 of 4) sorted by relevance

/dports/www/itop/web/core/
H A Dvaluesetdef.class.inc.php110 …public function __construct($sFilterExp, $sValueAttCode = '', $aOrderBy = array(), $bAllowAllData
H A Dmetamodel.class.php6528 …public static function MakeSingleRow($sClass, $iKey, $bMustBeFound = true, $bAllowAllData = false,…
6663 …public static function GetObject($sClass, $iKey, $bMustBeFound = true, $bAllowAllData = false, $aM…
6706 …public static function GetObjectWithArchive($sClass, $iKey, $bMustBeFound = true, $bAllowAllData =…
6808 public static function GetObjectFromOQL($sQuery, $aParams = null, $bAllowAllData = false)
H A Ddbobject.class.php242 public function Reload($bAllowAllData = false)
3452 public function GetReferencingObjects($bAllowAllData = false)
H A Ddbobjectsearch.class.php53 public function AllowAllData($bAllowAllData = true) {$this->m_bAllowAllData = $bAllowAllData;}