Exemplo n.º 1
0
 /**
  * Set autoSize method
  *
  * @param string $pValue
  */
 public static function setAutoSizeMethod($pValue = 'approx')
 {
     self::$autoSizeMethod = $pValue;
 }