Esempio n. 1
0
 public static function addHashTable($strId, $smarty)
 {
     $staticInfo = FISResource::getStaticInfo($strId, $smarty);
     if ($staticInfo['hash']) {
         self::addStatic($staticInfo['hash']);
     }
 }