Documentation

CaseConverter
in package

Table of Contents

$matches  : array<string|int, mixed>|null
$string  : string
__construct()  : mixed
fromPascalCase()  : static
toKebabCase()  : string

Properties

Methods

__construct()

public __construct(string $string) : mixed
Parameters
$string : string
Return values
mixed

fromPascalCase()

public fromPascalCase() : static
Return values
static

toKebabCase()

public toKebabCase() : string
Return values
string

Search results