DateTimeWizard
in package
implements
Stringable, Wizard
AbstractYes
Table of Contents
Interfaces
- Stringable
- Wizard
Constants
- NO_ESCAPING_NEEDED = "\$+-/():!^&'~{}<>= "
Methods
- __toString() : string
- escapeSingleCharacter() : string
- intersperse() : string
- padSeparatorArray() : array<string|int, mixed>
- wrapLiteral() : string
Constants
NO_ESCAPING_NEEDED
protected
mixed
NO_ESCAPING_NEEDED
= "\$+-/():!^&'~{}<>= "
Methods
__toString()
public
__toString() : string
Return values
stringescapeSingleCharacter()
protected
escapeSingleCharacter(string $value) : string
Parameters
- $value : string
Return values
stringintersperse()
protected
intersperse(string $formatBlock, string|null $separator) : string
Parameters
- $formatBlock : string
- $separator : string|null
Return values
stringpadSeparatorArray()
protected
padSeparatorArray(array<string|int, mixed> $separators, int $count) : array<string|int, mixed>
Parameters
- $separators : array<string|int, mixed>
- $count : int
Return values
array<string|int, mixed>wrapLiteral()
protected
wrapLiteral(string $value) : string
Parameters
- $value : string