gpt4 book ai didi

php - 使用 Twig 变量作为另一个 Twig 变量的属性名

转载 作者:IT王子 更新时间:2023-10-29 00:06:22 26 4
gpt4 key购买 nike

我必须使用一个 Twig 变量作为另一个 Twig 变量的属性。

在 for 循环中,我获取特定实体的属性,并希望使用这些属性在另一个 for 循环中获取实体变量的属性内容。

一些代码来说明这一点:

{% for entity in entities  %}

{{entity.foo}}, {{entity.bar}}<br />

{% for property in specialdynamicproperties %}
{{entity.property}} <!-- property has the content foobar for example, I want to use it as the property accessor for entity -->
{% endfor %}

{% endfor %}

谢谢。

最佳答案

attribute function正是您要找的。

编辑:

  {{ attribute(object, method) }}
{{ attribute(object, method, arguments) }}
{{ attribute(array, item) }}

关于php - 使用 Twig 变量作为另一个 Twig 变量的属性名,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14487273/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com