PHP 인터페이스 TheIconic\Tracking\GoogleAnalytics\Parameters\SingleParameterInterface

파일 보기 프로젝트 열기: theiconic/php-ga-measurement-protocol

공개 메소드들

메소드 설명
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