PHPePub\Core\EPub::getFileList PHP Метод

getFileList() публичный Метод

$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
Результат array file list
    function getFileList()
    {
        return $this->fileList;
    }