ConversionEvent_TrackingUrlsMapEntry::__construct PHP Method

__construct() public method

public __construct ( $key = null, $value = null )
        public function __construct($key = null, $value = null)
        {
            $this->key = $key;
            $this->value = $value;
        }
ConversionEvent_TrackingUrlsMapEntry