AbstractNamedTransformer
in package
implements
IFormTransformer
AbstractYes
Table of Contents
Interfaces
- IFormTransformer
- Transforms the data submitted with a POST request from its PHP representation (parsedBody) to its representation in the app (formData).
Properties
- $name : string
Methods
- __construct() : mixed
- getName() : string
Properties
$name
private
string
$name
Methods
__construct()
public
__construct(string $name) : mixed
Parameters
- $name : string
getName()
public
getName() : string