If we update metadata then add the calibre uuid.

このコミットが含まれているのは:
Sébastien Lucas 2013-01-31 14:44:48 +01:00
コミット d1ce53087f
2個のファイルの変更10行の追加0行の削除

ファイルの表示

@ -259,6 +259,15 @@ class EPub {
public function Amazon($amazon=false){
return $this->getset('dc:identifier',$amazon,'opf:scheme','AMAZON');
}
/**
* Set or get the Calibre UUID of the book
*
* @param string $uuid
*/
public function Calibre($uuid=false){
return $this->getset('dc:identifier',$uuid,'opf:scheme','calibre');
}
/**
* Set or get the Serie of the book