Same name and namespace in other branches
  1. 7.x-2.x advagg_css_compress/yui/CSSMin.inc \CSSmin::set_memory_limit() 1 comment
  2. 8.x-3.x advagg_css_minify/yui/CSSMin.inc \CSSmin::set_memory_limit() 1 comment

Sets the memory limit for this script

Parameters

int|string $limit:

File

advagg_css_minify/yui/CSSMin.inc, line 170

Class

CSSmin

Code

public function set_memory_limit($limit) {
    $this->memory_limit = $this->normalize_int($limit);
}