Beispiel #1
0
 public function __construct($values = array())
 {
     parent::__construct($values);
     $this->_delimiter_escape = true;
     $this->format_name = 'PSV';
     $this->file_extension = 'psv';
 }
Beispiel #2
0
 public function __construct($values = array())
 {
     parent::__construct($values);
 }