FUEL CMS User Guide : Version 1.5.2


Fuel Locations Class

This class extends the Fuel_advanced_module class.

Properties Reference

Property Default Value Description
public
name locations The folder name of the module

Function Reference [+]

$this->fuel->locations->initialize([$params=array()])

Initialize the backup object. Accepts an associative array as input, containing backup preferences. Also will set the values in the config as properties of this object.

Returns

void

Parameters

(array) $params config preferences

Returns an array of locations.

Returns

array

Parameters

(array) $where where conditions. Can be either a string, (will look at any corresponding fuel categories), integer (location ID) or an array

$this->fuel->locations->gmap_params()

Returns an JSON encoded GMap parameters.

Returns

string