PHP Class Settings_parser, 68kb

Afficher le fichier Open project: 68kb/68kb

Méthodes publiques

Méthode Description
__construct ( )
get ( $data = [] ) : mixed Get Setting (Notice Singular)

Private Methods

Méthode Description
_get_param ( $key, $data ) : mixed Get a single param

Method Details

__construct() public méthode

public __construct ( )

get() public méthode

Used to pull out one specific setting from the settings table. Here is an example: {kb:settings:get name="site_name"}
public get ( $data = [] ) : mixed
Résultat mixed