PHP Class Kimai_View_Helper_AdminScreen

Inheritance: extends Zend_View_Helper_Abstract
Afficher le fichier Open project: kimai/kimai

Méthodes publiques

Méthode Description
accordion ( $id, $title, $content ) : string Returns the HTML to render an accordion.
adminScreen ( )

Méthodes protégées

Méthode Description
accordionContent ( $content )
accordionFooter ( $id )
accordionHeader ( $id, $title )
accordionTitle ( $title )

Method Details

accordion() public méthode

Returns the HTML to render an accordion.
public accordion ( $id, $title, $content ) : string
$id
$title
$content
Résultat string

accordionContent() protected méthode

protected accordionContent ( $content )

accordionFooter() protected méthode

protected accordionFooter ( $id )

accordionHeader() protected méthode

protected accordionHeader ( $id, $title )

accordionTitle() protected méthode

protected accordionTitle ( $title )

adminScreen() public méthode

public adminScreen ( )