BooleanParser
in package
Table of Contents
Constants
- FALSE_VALUE = 'false'
- TRUE_VALUE = 'true'
Methods
- parse() : bool
Constants
FALSE_VALUE
private
mixed
FALSE_VALUE
= 'false'
TRUE_VALUE
private
mixed
TRUE_VALUE
= 'true'
Methods
parse()
public
static parse(string|bool $value) : bool
Parameters
- $value : string|bool