You are here

public function CSSmin::set_max_execution_time in Advanced CSS/JS Aggregation 8.2

Same name and namespace in other branches
  1. 8.3 advagg_css_minify/yui/CSSMin.inc \CSSmin::set_max_execution_time()
  2. 6 advagg_css_compress/yui/CSSMin.inc \CSSmin::set_max_execution_time()
  3. 7.2 advagg_css_compress/yui/CSSMin.inc \CSSmin::set_max_execution_time()

Sets the maximum execution time for this script

Parameters

int|string $seconds:

File

advagg_css_minify/yui/CSSMin.inc, line 179

Class

CSSmin

Code

public function set_max_execution_time($seconds) {
  $this->max_execution_time = (int) $seconds;
}