PHP Class PHPePub\Core\Structure\OPF\Item

Author: A. Grandt ([email protected])
Afficher le fichier Open project: grandt/phpepub

Méthodes publiques

Méthode Description
__construct ( $id, $href, $mediaType, null $properties = null ) Class constructor.
__destruct ( ) : void Class destructor
addIndexPoint ( string $indexPoint )
finalize ( string $bookVersion = EPub::BOOK_VERSION_EPUB2 ) : string
getHref ( ) : null
getId ( ) : null
getIndexPoints ( ) : array
hasIndexPoint ( string $indexPoint ) : boolean
setFallbackStyle ( string $fallbackStyle ) Enter description here .
setHref ( string $href ) Enter description here .
setId ( string $id ) Enter description here .
setMediaType ( string $mediaType ) Enter description here .
setProperties ( string $properties ) Enter description here .
setRequiredModules ( string $requiredModules ) Enter description here .
setRequiredNamespace ( string $requiredNamespace ) Enter description here .
setfallback ( string $fallback ) Enter description here .

Method Details

__construct() public méthode

Class constructor.
public __construct ( $id, $href, $mediaType, null $properties = null )
$id
$href
$mediaType
$properties null

__destruct() public méthode

Class destructor
public __destruct ( ) : void
Résultat void

addIndexPoint() public méthode

public addIndexPoint ( string $indexPoint )
$indexPoint string

finalize() public méthode

public finalize ( string $bookVersion = EPub::BOOK_VERSION_EPUB2 ) : string
$bookVersion string
Résultat string

getHref() public méthode

public getHref ( ) : null
Résultat null

getId() public méthode

public getId ( ) : null
Résultat null

getIndexPoints() public méthode

public getIndexPoints ( ) : array
Résultat array

hasIndexPoint() public méthode

public hasIndexPoint ( string $indexPoint ) : boolean
$indexPoint string
Résultat boolean

setFallbackStyle() public méthode

..
public setFallbackStyle ( string $fallbackStyle )
$fallbackStyle string

setHref() public méthode

..
public setHref ( string $href )
$href string

setId() public méthode

..
public setId ( string $id )
$id string

setMediaType() public méthode

..
public setMediaType ( string $mediaType )
$mediaType string

setProperties() public méthode

..
public setProperties ( string $properties )
$properties string

setRequiredModules() public méthode

..
public setRequiredModules ( string $requiredModules )
$requiredModules string

setRequiredNamespace() public méthode

..
public setRequiredNamespace ( string $requiredNamespace )
$requiredNamespace string

setfallback() public méthode

..
public setfallback ( string $fallback )
$fallback string