Same name in other branches
- 8.x-2.x advagg_css_minify/yui/CSSMin.inc \CSSmin::set_max_execution_time()
- 8.x-3.x advagg_css_minify/yui/CSSMin.inc \CSSmin::set_max_execution_time()
Sets the maximum execution time for this script
Parameters
int|string $seconds:
File
-
advagg_css_compress/
yui/ CSSMin.inc, line 186
Class
Code
public function set_max_execution_time($seconds) {
$this->maxExecutionTime = (int) $seconds;
}