CaseConverter
in package
Table of Contents
- $matches : array<string|int, mixed>|null
- $string : string
- __construct() : mixed
- fromPascalCase() : static
- toKebabCase() : string
Properties
$matches
private
array<string|int, mixed>|null
$matches
$string
private
string
$string
Methods
__construct()
public
__construct(string $string) : mixed
Parameters
- $string : string
Return values
mixed —fromPascalCase()
public
fromPascalCase() : static
Return values
static —toKebabCase()
public
toKebabCase() : string