File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -274,15 +274,16 @@ public function getFbp()
274274 return $ this ->fbp ;
275275 }
276276
277- public function getClientIpAddress ()
277+ // make public once GTM
278+ private function getClientIpAddress ()
278279 {
279280 return $ this ->fbi ;
280281 }
281282
282- public function getNormalizedAndHashedPII ($ piiValue , $ dataType )
283+ // make public once GTM
284+ private function getNormalizedAndHashedPII ($ piiValue , $ dataType )
283285 {
284- return null ;
285- //return PIIUtils::getNormalizedAndHashedPII($piiValue, $dataType);
286+ return PIIUtils::getNormalizedAndHashedPII ($ piiValue , $ dataType );
286287 }
287288
288289 // TODO: this needs optimizatino, maybe use a DAFSA format,
Original file line number Diff line number Diff line change @@ -69,18 +69,9 @@ public function processThisRequest()
6969 }
7070 }
7171
72- $ normalized_and_hashed_pii =
73- $ this ->paramBuilder ->getNormalizedAndHashedPII (
74- ' John_Smith@gmail.com ' ,
75- 'email '
76- );
77-
7872 echo 'ParamBuilder output: <br/> '
7973 . 'getFbc: ' . $ this ->paramBuilder ->getFbc () . '<br/> '
80- . 'getFbp: ' . $ this ->paramBuilder ->getFbp () . '<br/> '
81- . 'getClientIpAddress: ' . $ this ->paramBuilder ->getClientIpAddress () . '<br/> '
82- . 'getNormalizedAndHashedPII: '
83- . $ normalized_and_hashed_pii . '<br/> ' ;
74+ . 'getFbp: ' . $ this ->paramBuilder ->getFbp () . '<br/> ' ;
8475 }
8576
8677
You can’t perform that action at this time.
0 commit comments