getDatabasesPath(), $this->getISONumber(), $fileName ); if (!file_exists($pathToPartitionFile)) { return []; } return \json_decode( \file_get_contents($pathToPartitionFile), true ); } }