/**
  * @param integer $size
  */
 public static function setMaxSize($size)
 {
     self::$_maxSize = intval($size);
 }