Content (DTO)
Example
Set partial
$this->provider->view()->setPartial("main.family", [
"tagline" => "The Doe`s",
"family" => [
"x" => ["firstname" => "<em>john</em>", "lastname" => "doe"],
"y" => ["firstname" => "<em>jane</em>", "lastname" => "doe"],
"children" => [
["firstname" => "David", "lastname" => "Doe"],
["firstname" => "Sara", "lastname" => "Doe"]
]
]
]);Create partial file
How does it work?
Traversing the feed
Handlers
Using the last traverse column argument
Using the the format method
DTO Handlers you can use:
Handler examples
Static access
Example
Last updated