Beispiel #1
0
 public static function add($array)
 {
     if ($array) {
         self::$textArray = array_merge(self::$textArray, $array);
     }
 }