I have another (may stupid) question:
How can I get the "Olaf" (or everything else what is there) from the meta in this array in a $variable ?
Array (
[0] => Pagekit\Blog\Model\Post Object (
[id] => 1
DateTimeObject (
[bla] => Bla
)
Pagekit\User\Model\User Object (
[bla] => bla
)
[meta] => Array (
[og:description] => Olaf
)
)
)
Thanks for your help.
I see
meta
is a key under object of[0]th
key of main array. You should be able to get the values using->
.