PHP 클래스 PHPePub\Core\Structure\OPF\Item

저자: A. Grandt ([email protected])
파일 보기 프로젝트 열기: grandt/phpepub

공개 메소드들

메소드 설명
__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 .

메소드 상세

__construct() 공개 메소드

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

__destruct() 공개 메소드

Class destructor
public __destruct ( ) : void
리턴 void

addIndexPoint() 공개 메소드

public addIndexPoint ( string $indexPoint )
$indexPoint string

finalize() 공개 메소드

public finalize ( string $bookVersion = EPub::BOOK_VERSION_EPUB2 ) : string
$bookVersion string
리턴 string

getHref() 공개 메소드

public getHref ( ) : null
리턴 null

getId() 공개 메소드

public getId ( ) : null
리턴 null

getIndexPoints() 공개 메소드

public getIndexPoints ( ) : array
리턴 array

hasIndexPoint() 공개 메소드

public hasIndexPoint ( string $indexPoint ) : boolean
$indexPoint string
리턴 boolean

setFallbackStyle() 공개 메소드

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

setHref() 공개 메소드

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

setId() 공개 메소드

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

setMediaType() 공개 메소드

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

setProperties() 공개 메소드

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

setRequiredModules() 공개 메소드

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

setRequiredNamespace() 공개 메소드

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

setfallback() 공개 메소드

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