| Total Complexity | 4 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php | ||
| 14 | class Identifier extends AbstractAsset | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | 20951 | * @param string $identifier Identifier name to wrap. | |
| 18 | * @param bool $quote Whether to force quoting the given identifier. | ||
| 19 | 20951 | */ | |
| 20 | public function __construct(string $identifier, bool $quote = false) | ||
| 29 | } | ||
| 30 | |||
| 31 | public function getName() : string | ||
| 39 |