| 1 | <?php |
||
| 10 | class DefaultCorrelationIdProvider implements CorrelationIdProvider |
||
| 11 | { |
||
| 12 | private $projectKey; |
||
| 13 | |||
| 14 | 39 | public function __construct($projectKey = null) |
|
| 19 | |||
| 20 | 475 | public function getCorrelationId() |
|
| 24 | |||
| 25 | /** |
||
| 26 | * Returns an instance if ramsay\uuid package is installed |
||
| 27 | * @param string $projectKey |
||
| 28 | * @return DefaultCorrelationIdProvider|null |
||
| 29 | */ |
||
| 30 | 39 | public static function of($projectKey) |
|
| 37 | } |
||
| 38 |