$page->content()
Returns the content
$page->content(string|null $languageCode = null): Kirby\Content\Content
Parameters
Name | Type | Default |
---|---|---|
$languageCode | string ornull |
null
|
Return type
Exceptions
Type | Description |
---|---|
Kirby\Exception\InvalidArgumentException |
If the language for the given code does not exist |
Parent class
Kirby\Cms\Page
inherited from Kirby\Cms\ModelWithContent