| 
					
	public
					static
					
				 | normaliseProperty(string $name, bool $fromData = true, string ...$declaredName): string
		Normalise a property name
	 
	Normalise a property nameParameters
									
										| $fromData | If true,$nameis 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 $fromDataisfalse. |  Implemented by | # |