Skip to content

Instantly share code, notes, and snippets.

@norberttech
Created September 5, 2019 18:24
Show Gist options
  • Save norberttech/a66ea460c0df209de4ea442bf8a45c30 to your computer and use it in GitHub Desktop.
Save norberttech/a66ea460c0df209de4ea442bf8a45c30 to your computer and use it in GitHub Desktop.
<?php
$dto = new DTO {
foo = new FooDTO {
f1 = "test",
f2 = "test2"
}
bar = new BarDTO {
b1 = "test",
b2 = "test2"
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment