/**
  * @return CArrayList|null
  */
 private static function getCacheReports()
 {
     if (is_null(self::$_cacheReports)) {
         self::$_cacheReports = new CArrayList();
     }
     return self::$_cacheReports;
 }