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

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

공개 메소드들

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

메소드 상세

add() 공개 메소드

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

getParametersArray() 공개 메소드

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