You are here

public function PHPExcel_Shared_ZipStreamWrapper::statName in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php \PHPExcel_Shared_ZipStreamWrapper::statName()

* Implements support for fstat(). * *

Return value

boolean

1 call to PHPExcel_Shared_ZipStreamWrapper::statName()
PHPExcel_Shared_ZipStreamWrapper::url_stat in vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php
* Implements support for fstat(). * *

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/ZipStreamWrapper.php, line 108

Class

PHPExcel_Shared_ZipStreamWrapper
PHPExcel_Shared_ZipStreamWrapper

Code

public function statName() {
  return $this->_fileNameInArchive;
}