PHP Class LocaleChooserModule, addons

Inheritance: extends Gdn_Module
Datei anzeigen Open project: vanilla/addons

Public Properties

Property Type Description
$Links HTML links to activate locales.

Public Methods

Method Description
assetTarget ( )
buildLocaleLink ( $Name, $UrlCode ) Build footer link to change locale.
buildLocales ( ) : string Return HTML links of all active locales.
toString ( ) : string | void Output locale links.

Method Details

assetTarget() public method

public assetTarget ( )

buildLocales() public method

Return HTML links of all active locales.
public buildLocales ( ) : string
return string HTML.

toString() public method

Output locale links.
public toString ( ) : string | void
return string | void

Property Details