| 1 | <?php  | 
            ||
| 12 | class WorksheetListReader  | 
            ||
| 13 | { | 
            ||
| 14 | /**  | 
            ||
| 15 | * Returns the list of worksheets inside the archive  | 
            ||
| 16 | *  | 
            ||
| 17 | * The keys of the array should be the titles of the worksheets  | 
            ||
| 18 | * The values of the array are the names of the XML worksheet files inside the archive  | 
            ||
| 19 | *  | 
            ||
| 20 | * @param Relationships $relationships  | 
            ||
| 21 | * @param string $path  | 
            ||
| 22 | *  | 
            ||
| 23 | * @return array  | 
            ||
| 24 | */  | 
            ||
| 25 | public function getWorksheetPaths(Relationships $relationships, $path)  | 
            ||
| 42 | }  | 
            ||
| 43 |