This website requires JavaScript.
Explore
Help
Sign In
TouchInstinct
/
api-generator-templates
Watch
304
Star
0
Fork
You've already forked api-generator-templates
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d34a8734f3
api-generator-templates
/
Java
/
blocks
/
class
/
fields-initialization.twig
4 lines
100 B
Twig
Raw
Blame
History
{%
-
for
field
in
fields
%}
{{
object
}}
.
{{
field
.name
}}
=
{{
field
.name
}}
;
{%
-
endfor
-
%}
Reference in New Issue
View Git Blame
Copy Permalink