Exemplo n.º 1
0
 private function restoreDbObjInAssertClass()
 {
     Tx_PtExtbase_Assertions_Assert::$dbObj = $this->dbObjTmp;
 }
Exemplo n.º 2
0
 private function initializeDbObj()
 {
     if (self::$dbObj === null) {
         self::$dbObj = $GLOBALS['TYPO3_DB'];
     }
 }