PHP Interface TheIconic\Tracking\GoogleAnalytics\Parameters\SingleParameterInterface

Show file Open project: theiconic/php-ga-measurement-protocol

Public Methods

Method Description
getName ( ) : string Gets the name for the parameter.
getValue ( ) : mixed Gets the value for the parameter.
setValue ( $value ) Sets a value for the parameter.

Method Details

getName() public method

Gets the name for the parameter.
public getName ( ) : string
return string

getValue() public method

Gets the value for the parameter.
public getValue ( ) : mixed
return mixed

setValue() public method

Sets a value for the parameter.
public setValue ( $value )
$value