Method | Description | |
---|---|---|
getDimensions ( ) : array | Get the metrics of current query. | |
mergeDimensions ( $newDimensions ) | Convert $newMetrics to array if string given and pass the array to a helper function. | |
setDimensions ( $dimensions ) | Set the dimensions of current query while converting string values to array. | |
unsetDimensions ( ) | Unset the dimensions of current query. |
Method | Description | |
---|---|---|
dimentionsAreSet ( ) : boolean | Determine if dimensions are set. | |
getDimensionsAsString ( ) : string | Get the dimensions of current query as string. | |
mergeNewDimensionsToCurrentOnes ( $newDimensions ) : array | Merge $newMetrics with current ones. |
public getDimensions ( ) : array | ||
return | array |
public mergeDimensions ( $newDimensions ) |
public setDimensions ( $dimensions ) |