KeyName
in package
implements
Stringable
FinalYes
Table of Contents
Interfaces
- Stringable
Constants
- CAMEL_BACK_ATTRIBUTE_REGEX : mixed = '/^[a-z]+([A-Z][a-z]*)*$/'
- INPUT_SEPARATORS : mixed = [' ', ' ', '-', ',']
Properties
- $value : string
Methods
- __construct() : mixed
- __toString() : string
- convert() : string
Constants
CAMEL_BACK_ATTRIBUTE_REGEX
public
mixed
CAMEL_BACK_ATTRIBUTE_REGEX
= '/^[a-z]+([A-Z][a-z]*)*$/'
INPUT_SEPARATORS
public
mixed
INPUT_SEPARATORS
= [' ', ' ', '-', ',']
Properties
$value
private
string
$value
Methods
__construct()
public
__construct(string $stringInput) : mixed
Parameters
- $stringInput : string
__toString()
public
__toString() : string
Attributes
- #[Override]
Return values
stringconvert()
public
convert(string $stringInput) : string
Parameters
- $stringInput : string