PHP Interface TheIconic\Tracking\GoogleAnalytics\Parameters\CompoundParameterCollectionInterface

Datei anzeigen Open project: theiconic/php-ga-measurement-protocol

Public Methods

Method Description
add ( CompoundParameter $compoundParameter ) Adds a compound parameter to the collection.
getParametersArray ( ) : array Generates and returns all the payload parameters of compound parameters hold by the collection.

Method Details

add() public method

Adds a compound parameter to the collection.
public add ( CompoundParameter $compoundParameter )
$compoundParameter CompoundParameter

getParametersArray() public method

Generates and returns all the payload parameters of compound parameters hold by the collection.
public getParametersArray ( ) : array
return array