Method |
Description |
|
__construct ( string $ident = "BookId", string $bookVersion = EPub::BOOK_VERSION_EPUB2 ) |
Class constructor. |
|
__destruct ( ) : void |
Class destructor |
|
addColaborator ( string $name, string $fileAs = null, string $role = null ) |
Enter description here . |
|
addCreator ( string $name, string $fileAs = null, string $role = null ) |
Enter description here . |
|
addDCMeta ( string $name, string $value ) |
Enter description here . |
|
addItem ( string $id, string $href, string $mediaType, string $properties = null ) |
Enter description here . |
|
addItemRef ( string $idref, boolean $linear = true ) |
Enter description here . |
|
addMeta ( string $name, string $content ) |
Add a meta value to the metadata. |
|
addMetaProperty ( string $name, string $content ) |
Add a Meta property value to the metadata |
|
addMetaValue ( PHPePub\Core\Structure\OPF\MetaValue $value ) |
|
|
addNamespace ( string $nsName, string $nsURI ) |
|
|
addPrefix ( string $name, string $URI ) |
|
|
addReference ( string $type, string $title, string $href ) |
Enter description here . |
|
finalize ( ) : string |
Enter description here . |
|
getItemByHref ( string $href, boolean $startsWith = false ) : boolean | array | Item |
|
|
getItemById ( string $id ) : boolean | Item |
|
|
initialize ( string $title, string $language, string $identifier, string $identifierScheme ) |
Enter description here . |
|
isEPubVersion2 ( ) |
|
|
setIdent ( string $ident = "BookId" ) |
Enter description here . |
|
setVersion ( $bookVersion ) |
Enter description here . |
|