You are here

public function PHPExcel_Reader_SYLK::getInputEncoding in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php \PHPExcel_Reader_SYLK::getInputEncoding()

* Get input encoding * *

Return value

string

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Reader/SYLK.php, line 123

Class

PHPExcel_Reader_SYLK
PHPExcel_Reader_SYLK

Code

public function getInputEncoding() {
  return $this->_inputEncoding;
}