Пример #1
0
 public function __construct($name = null, array $data = [], $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     self::$cacheFilePath = self::$rootCacheDirectory . 'CSVCache.cache';
 }