$page->toArray()
Converts the most important properties to array
$page->toArray(): array
Return type
array
Parent class
Example
<?php
$array = $page->toArray();
var_dump($array);
Converts the most important properties to array
$page->toArray(): array
array
<?php
$array = $page->toArray();
var_dump($array);