Fuel Google Keywords Class
This class extends the Fuel_advanced_module class.
Properties Reference
Property | Default Value | Description |
---|---|---|
public | ||
domain | none | |
keywords | none | |
num_results | 100 | |
additional_params |
array() |
Function Reference [+]
$this->fuel->google_keywords->initialize([$params=array()])
Initialize the object. Accepts an associative array as input, containing preferences. Also will set the values in the config as properties of this object.
Returns
void
Parameters
(array) $params config preferences
$this->fuel->google_keywords->results([$params=array()])
Returns an array with the keywords being the key and the value being a comma separated value of the rankings. Accepts an associative array as input, containing preferences. Also will set the values in the config as properties of this object.
Returns
void
Parameters
(array) $params sets the class properties of $domain, $keywords, $num_results, $additional_params (optional)