PHP Class Kimai_Invoice_HtmlRenderer

Author: Kevin Papst
Inheritance: extends Kimai_Invoice_AbstractRenderer
Afficher le fichier Open project: kimai/kimai

Méthodes publiques

Méthode Description
canRender ( ) : boolean Returns if the file can be rendered.
getHtml ( ) : string
render ( ) : mixed Render the invoice.

Méthodes protégées

Méthode Description
getTemplateFilename ( ) : string

Method Details

canRender() public méthode

Returns if the file can be rendered.
public canRender ( ) : boolean
Résultat boolean

getHtml() public méthode

public getHtml ( ) : string
Résultat string

getTemplateFilename() protected méthode

protected getTemplateFilename ( ) : string
Résultat string

render() public méthode

Render the invoice.
public render ( ) : mixed
Résultat mixed