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;
    }