Example #1
0
 private function addVars($vars)
 {
     foreach ($vars as $var) {
         self::$vars = array_merge(self::$vars, $var);
     }
 }