Files
lester-coldfusion-to-magento2/www/templates/default/getset.html.twig
T
2018-09-21 10:57:30 +02:00

15 lines
241 B
Twig

{% extends 'base.html.twig' %}
{% block body %}
{% for u in m if u matches '{^set(.*)$}' %}
$p->{{ u }}(null);<br>
{% endfor %}
{# {% for u2 in m2 if u2 matches '{^get(.*)$}' %}
$r.{{ u2 }}() <br>
{% endfor %} #}
{% endblock %}