$file->readContent()
Read the content from the content file
				Deprecated
								in 5.0.0							
						Use ->version()->read() instead					$file->readContent(string|null $languageCode = null): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $languageCode | stringornull | null | 
Return type
array
This method modifies the existing $file object it is applied to and returns it again.
Parent class
	Kirby\Cms\File
		inherited from Kirby\Cms\ModelWithContent