Home
last modified time | relevance | path

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

/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DTable.php228 protected $_useIdentityMap = true; variable in Doctrine_Table
284 $this->_useIdentityMap = $this->getAttribute(Doctrine_Core::ATTR_USE_TABLE_IDENTITY_MAP);
1790 if (!$this->_useIdentityMap) {
1817 if (!$this->_useIdentityMap) {
1867 if ($this->_useIdentityMap && isset($this->_identityMap[$id])) {
1883 if ($this->_useIdentityMap) {
2993 $this->_useIdentityMap,
3011 $this->_useIdentityMap = $all[10];