Example #1
0
 /**
  * Set hardcaching time for all models
  * @property integer $time
  */
 public static function setGlobalHardcacheTime($time)
 {
     self::$_hardCacheTime = $time;
 }