PHPePub\Core\EPub::getFileList PHP Méthode

getFileList() public méthode

$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
Résultat array file list
    function getFileList()
    {
        return $this->fileList;
    }