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