PHP Interface TheIconic\Tracking\GoogleAnalytics\Parameters\SingleParameterInterface

Afficher le fichier Open project: theiconic/php-ga-measurement-protocol

Méthodes publiques

Méthode 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 méthode

Gets the name for the parameter.
public getName ( ) : string
Résultat string

getValue() public méthode

Gets the value for the parameter.
public getValue ( ) : mixed
Résultat mixed

setValue() public méthode

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