Transformations
in package
implements
WordInflector
Table of Contents
Interfaces
Properties
- $transformations : array<string|int, Transformation>
Methods
- __construct() : mixed
- inflect() : string
Properties
$transformations
private
array<string|int, Transformation>
$transformations
Methods
__construct()
public
__construct(Transformation ...$transformations) : mixed
Parameters
- $transformations : Transformation
inflect()
public
inflect(string $word) : string
Parameters
- $word : string