PHP Интерфейс TheIconic\Tracking\GoogleAnalytics\Parameters\SingleParameterInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
getName ( ) : string Gets the name for the parameter.
getValue ( ) : mixed Gets the value for the parameter.
setValue ( $value ) Sets a value for the parameter.

Описание методов

getName() публичный Метод

Gets the name for the parameter.
public getName ( ) : string
Результат string

getValue() публичный Метод

Gets the value for the parameter.
public getValue ( ) : mixed
Результат mixed

setValue() публичный Метод

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