Input
in
Tags
Table of Contents
Methods
- addAssociatedIdentifierName() : mixed
- canBeUsed() : mixed
- getAssociatedIdentifierNames() : mixed
- getAssociatedInputs() : mixed
- getIdentifierValue() : mixed
- Ensures the identifier value is wrapped in double quotes if required.
- getKey() : mixed
- getSource() : mixed
- hasAssociatedInputs() : mixed
- isClientSideSource() : mixed
- isEnsureClientHintQuote() : mixed
- isHeaderSource() : mixed
Methods
addAssociatedIdentifierName()
public
addAssociatedIdentifierName(mixed $key) : mixed
Parameters
- $key : mixed
canBeUsed()
public
canBeUsed(mixed $headers) : mixed
Parameters
- $headers : mixed
getAssociatedIdentifierNames()
public
getAssociatedIdentifierNames() : mixed
getAssociatedInputs()
public
getAssociatedInputs() : mixed
getIdentifierValue()
Ensures the identifier value is wrapped in double quotes if required.
public
getIdentifierValue(mixed $identifierValue) : mixed
Parameters
- $identifierValue : mixed
getKey()
public
getKey() : mixed
getSource()
public
getSource() : mixed
hasAssociatedInputs()
public
hasAssociatedInputs() : mixed
isClientSideSource()
public
isClientSideSource() : mixed
isEnsureClientHintQuote()
public
isEnsureClientHintQuote() : mixed
isHeaderSource()
public
isHeaderSource() : mixed