PHP Class Horde_Core_Smartmobile_View_Helper, horde

Copyright 2012-2016 Horde LLC (http://www.horde.org/) See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_View_Helper_Base
Datei anzeigen Open project: horde/horde

Public Methods

Method Description
smartmobileHeader ( array $params = [] ) : string Output the title bar.

Method Details

smartmobileHeader() public method

Output the title bar.
public smartmobileHeader ( array $params = [] ) : string
$params array A list of parameters: - backlink: (mixed) Show backlink. If an array, first is URL to link to, second is label. If true, shows a basic Back link. - logout: (boolean) If true, show logout link. - portal: (boolean) If true, show portal link. - taptoggle: (boolean) Enable tap-toggle? - title: (string) If given, used as the title.
return string Generated HTML code.