final class IdentifierProtector (View source)

Methods

string
protect(string $item, bool $prefixSingle = false, bool|null $protectIdentifiers = null, bool $fieldExists = true)
string

Details

__construct

__construct(IdentifierEscaperInterface $escaper)

No description

Parameters

IdentifierEscaperInterface $escaper

protect

string protect(string $item, bool $prefixSingle = false, bool|null $protectIdentifiers = null, bool $fieldExists = true)

No description

Parameters

string $item
bool $prefixSingle
bool|null $protectIdentifiers
bool $fieldExists

Return Value

string