Jelajahi Sumber

Added set_config function to CSS plugin.

Taddeus Kroes 14 tahun lalu
induk
melakukan
3d8938db0c
1 mengubah file dengan 11 tambahan dan 0 penghapusan
  1. 11 0
      pquery.css.php

+ 11 - 0
pquery.css.php

@@ -45,6 +45,17 @@ class pQueryCss extends pQueryCache {
 		return $this->get_modification_dates($files);
 	}
 	
+	/**
+	 * 
+	 * 
+	 * @param array $override 
+	 */
+	function set_config($override) {
+		$this->minify_config = array_merge($this->minify_config, $override);
+		
+		return $this;
+	}
+	
 	/**
 	 * 
 	 */