Same name in other branches
- 7.x-2.x advagg_css_compress/yui/CSSMin.inc \CSSmin::set_max_execution_time()
- 8.x-2.x advagg_css_minify/yui/CSSMin.inc \CSSmin::set_max_execution_time()
Sets the maximum execution time for this script
Paramètres
int|string $seconds:
Fichier
-
advagg_css_minify/
yui/ CSSMin.inc, line 179
Classe
Code
public function set_max_execution_time($seconds) {
$this->max_execution_time = (int) $seconds;
}