| 1 | <?php |
||
| 4 | trait ServiceTrait |
||
| 5 | { |
||
| 6 | /** |
||
| 7 | * Get canonical name of FQCN. |
||
| 8 | * |
||
| 9 | * @param string $fqcn |
||
| 10 | * @return string |
||
| 11 | */ |
||
| 12 | 9 | private function getCanonicalName($fqcn) |
|
| 16 | |||
| 17 | /** |
||
| 18 | * Get hash of FQCN. |
||
| 19 | * |
||
| 20 | * @param string $fqcn |
||
| 21 | * @return string |
||
| 22 | */ |
||
| 23 | 5 | private function getHash($fqcn) |
|
| 27 | } |