Packagecom.google.analytics.utils
Classpublic dynamic class Variables

The Variables class.



Public Properties
 PropertyDefined by
  post : Array
The Array representation of all "post" values.
Variables
  pre : Array
The Array representation of all "pre" values.
Variables
  sort : Boolean = true
The sort flag.
Variables
  URIencode : Boolean
The URIencode flag.
Variables
Public Methods
 MethodDefined by
  
Variables(source:String = null, pre:Array = null, post:Array = null)
Creates a new Variables instance.
Variables
  
decode(source:String):void
Decodes the variable with the specified String source.
Variables
  
join(... variables):void
Joins all passed-in Variables objects.
Variables
  
toString():String
Returns the String representation of the object.
Variables
  
toURLVariables():URLVariables
Returns the URLVariables representation of the object.
Variables
Property detail
postproperty
public var post:Array

The Array representation of all "post" values.

preproperty 
public var pre:Array

The Array representation of all "pre" values.

sortproperty 
public var sort:Boolean = true

The sort flag.

URIencodeproperty 
public var URIencode:Boolean

The URIencode flag.

Constructor detail
Variables()constructor
public function Variables(source:String = null, pre:Array = null, post:Array = null)

Creates a new Variables instance.

Parameters
source:String (default = null) — The source name value.
 
pre:Array (default = null) — The Array representation of all "pre" values.
 
post:Array (default = null) — The Array representation of all "post" values.
Method detail
decode()method
public function decode(source:String):void

Decodes the variable with the specified String source.

Parameters
source:String
join()method 
public function join(... variables):void

Joins all passed-in Variables objects.

Parameters
... variables — The collection of all variables arguments to join.
toString()method 
public function toString():String

Returns the String representation of the object.

Returns
String — the String representation of the object.
toURLVariables()method 
public function toURLVariables():URLVariables

Returns the URLVariables representation of the object.

Returns
URLVariables — the URLVariables representation of the object.