PHPePub\Core\EPub::getFileList PHP Method

getFileList() public method

$key is the filename used in the book $value is the original filename, will be the same as $key for most entries
public getFileList ( ) : array
return array file list
    function getFileList()
    {
        return $this->fileList;
    }