PHP 클래스 TheIconic\Tracking\GoogleAnalytics\Parameters\CompoundParameterCollection
Contains a set of compound parameters. The name of the collection is prepend before the compound parameter
names. The name can be indexed by the placeholder as specified in the Indexable trait.
파일 보기
프로젝트 열기: theiconic/php-ga-measurement-protocol
보호된 프로퍼티들
프로퍼티 |
타입 |
설명 |
|
$items |
CompoundParameter[] |
Holds all the compound parameters that belong to the collection. |
|
$name |
string |
Name for the collection of compound parameters. Its prepend to the payload names
of the compound parameter. |
|
공개 메소드들
메소드 상세
Indexes the name in case it has a placeholder.
public add ( CompoundParameter $compoundParameter ) |
$compoundParameter |
CompoundParameter |
|
getParametersArray()
공개 메소드
getReadableItems()
공개 메소드
Gets the human readable items for the parameter.
프로퍼티 상세
Holds all the compound parameters that belong to the collection.
protected CompoundParameter[],TheIconic\Tracking\GoogleAnalytics\Parameters $items |
리턴 |
CompoundParameter[] |
|
Name for the collection of compound parameters. Its prepend to the payload names
of the compound parameter.
protected string $name |
리턴 |
string |
|