Example #1
0
 public static function saveTmp($value, $filename)
 {
     $instance = new self($value, $filename);
     $instance->_saveTmp();
     return $instance;
 }