Exemplo n.º 1
0
 protected function getOrCreateClientCorrelator($clientCorrelator = null)
 {
     if ($clientCorrelator) {
         return $clientCorrelator;
     }
     return Utils::randomAlphanumericString();
 }