Exemple #1
0
 public static function allowCache($allow = null)
 {
     if (!is_null($allow)) {
         self::$cachable = (bool) $allow;
     }
     return self::$cachable;
 }