public
static
|
normaliseProperty(string $name, bool $fromData = true, string ...$declaredName): string
Normalise a property name
Normalise a property name
Parameters
$fromData |
If true , $name is from data being applied to
the class, otherwise it is a trusted property or value name.
|
...$declaredName |
The names of any declared or "magic"
properties after normalisation. Not given if $fromData is false .
|
Implemented by
|
#
|