当前位置: 首页>>代码示例>>PHP>>正文


PHP twig_title_string_filter函数代码示例

本文整理汇总了PHP中twig_title_string_filter函数的典型用法代码示例。如果您正苦于以下问题:PHP twig_title_string_filter函数的具体用法?PHP twig_title_string_filter怎么用?PHP twig_title_string_filter使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。


在下文中一共展示了twig_title_string_filter函数的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。

示例1: doDisplay

 protected function doDisplay(array $context, array $blocks = array())
 {
     // line 3
     echo "\n<!DOCTYPE HTML>\n<html lang=\"es\">\n    <head>\n        <meta charset=\"UTF-8\">\n        <title>Gracias por contactar</title>\n    </head>\n    <body>\n        <table>\n            <tbody>\n            <tr>\n                <td>\n                    <p>Hola ";
     // line 15
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute(isset($context["contact"]) ? $context["contact"] : $this->getContext($context, "contact"), "nombre")), "html", null, true);
     echo "</p>\n                </td>\n            </tr>\n            <tr>\n                <td>\n                    <p>Gracias por contactar con PetFriends, en breve te enviaremos una respuesta a tu consulta :)</p>\n                </td>\n            </tr>\n            <tr>\n                <td>\n                    <p>Gracias y un saludo.</p>\n                </td>\n            </tr>\n            </tbody>\n        </table>\n    </body>\n</html>\n";
 }
开发者ID:Checo1983,项目名称:petfriends,代码行数:8,代码来源:c2c539b4f9bda43f4139d8cad0a20c70d23f1469c477d3b49449d1f4e4ff.php

示例2: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_2612829d236477b148a2590fb76bf29c5427fd6ee624375522983f1c78999d3b = $this->env->getExtension("native_profiler");
     $__internal_2612829d236477b148a2590fb76bf29c5427fd6ee624375522983f1c78999d3b->enter($__internal_2612829d236477b148a2590fb76bf29c5427fd6ee624375522983f1c78999d3b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_2612829d236477b148a2590fb76bf29c5427fd6ee624375522983f1c78999d3b->leave($__internal_2612829d236477b148a2590fb76bf29c5427fd6ee624375522983f1c78999d3b_prof);
 }
开发者ID:MikeVeerman,项目名称:symf2tut,代码行数:13,代码来源:f63bc14334f45fcf5f1b88acfee3aaa5fb3106e851c3987e42ba18da971fd048.php

示例3: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_f3546de78240d4b398e8332ee5cdd9927d02ff6e15dbb49e8a8379ea43d8363e = $this->env->getExtension("native_profiler");
     $__internal_f3546de78240d4b398e8332ee5cdd9927d02ff6e15dbb49e8a8379ea43d8363e->enter($__internal_f3546de78240d4b398e8332ee5cdd9927d02ff6e15dbb49e8a8379ea43d8363e_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_f3546de78240d4b398e8332ee5cdd9927d02ff6e15dbb49e8a8379ea43d8363e->leave($__internal_f3546de78240d4b398e8332ee5cdd9927d02ff6e15dbb49e8a8379ea43d8363e_prof);
 }
开发者ID:MikeVeerman,项目名称:symf2tut,代码行数:13,代码来源:952ceb378ab79b71f756a02eb28ed275afdaa4763330eac0d717952d6c798ab5.php

示例4: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_623a23ad0faa9e5af3213b90e1db2f834f7402e8f9317c68f83ffe158b18ce31 = $this->env->getExtension("native_profiler");
     $__internal_623a23ad0faa9e5af3213b90e1db2f834f7402e8f9317c68f83ffe158b18ce31->enter($__internal_623a23ad0faa9e5af3213b90e1db2f834f7402e8f9317c68f83ffe158b18ce31_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_623a23ad0faa9e5af3213b90e1db2f834f7402e8f9317c68f83ffe158b18ce31->leave($__internal_623a23ad0faa9e5af3213b90e1db2f834f7402e8f9317c68f83ffe158b18ce31_prof);
 }
开发者ID:kibimimi,项目名称:monprojettest,代码行数:13,代码来源:194dcd820219baed34228ae060c85d26d8673ceb7a3dae8d043771d545bdd409.php

示例5: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_62bdbb4a3300bed8d20941c03c9218e1a3da3b35ec5b7c2bf4dd58ae1a57c449 = $this->env->getExtension("native_profiler");
     $__internal_62bdbb4a3300bed8d20941c03c9218e1a3da3b35ec5b7c2bf4dd58ae1a57c449->enter($__internal_62bdbb4a3300bed8d20941c03c9218e1a3da3b35ec5b7c2bf4dd58ae1a57c449_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_62bdbb4a3300bed8d20941c03c9218e1a3da3b35ec5b7c2bf4dd58ae1a57c449->leave($__internal_62bdbb4a3300bed8d20941c03c9218e1a3da3b35ec5b7c2bf4dd58ae1a57c449_prof);
 }
开发者ID:PetsFundation,项目名称:Pets,代码行数:13,代码来源:be14485282b1bef82732dc6380b7c9fe65ee4013ad9adb7438b054986bb27dec.php

示例6: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_46c19652107a06e9d5ea1d0610383fa63b133e00aa6e771478fe82904ef954bd = $this->env->getExtension("native_profiler");
     $__internal_46c19652107a06e9d5ea1d0610383fa63b133e00aa6e771478fe82904ef954bd->enter($__internal_46c19652107a06e9d5ea1d0610383fa63b133e00aa6e771478fe82904ef954bd_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_46c19652107a06e9d5ea1d0610383fa63b133e00aa6e771478fe82904ef954bd->leave($__internal_46c19652107a06e9d5ea1d0610383fa63b133e00aa6e771478fe82904ef954bd_prof);
 }
开发者ID:tsurune,项目名称:Pruebas,代码行数:13,代码来源:fe52ecd8db6626a3078b2595a88680d6af36065991fa36e2cb6a531c81071183.php

示例7: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_41bd651cafc67dc1f28272ab814954c6326959acd68fb90ac37c15682b7b6f4b = $this->env->getExtension("native_profiler");
     $__internal_41bd651cafc67dc1f28272ab814954c6326959acd68fb90ac37c15682b7b6f4b->enter($__internal_41bd651cafc67dc1f28272ab814954c6326959acd68fb90ac37c15682b7b6f4b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_41bd651cafc67dc1f28272ab814954c6326959acd68fb90ac37c15682b7b6f4b->leave($__internal_41bd651cafc67dc1f28272ab814954c6326959acd68fb90ac37c15682b7b6f4b_prof);
 }
开发者ID:spinatiev,项目名称:website,代码行数:13,代码来源:34257efe94cafd727c2793689bef29a57ff4afcf8e19b522a6dced21dc874241.php

示例8: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_184dc5b6726d3f4aeeea4d77c23420ff4d6ded550e9bca520df08cc6b40597d1 = $this->env->getExtension("native_profiler");
     $__internal_184dc5b6726d3f4aeeea4d77c23420ff4d6ded550e9bca520df08cc6b40597d1->enter($__internal_184dc5b6726d3f4aeeea4d77c23420ff4d6ded550e9bca520df08cc6b40597d1_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_184dc5b6726d3f4aeeea4d77c23420ff4d6ded550e9bca520df08cc6b40597d1->leave($__internal_184dc5b6726d3f4aeeea4d77c23420ff4d6ded550e9bca520df08cc6b40597d1_prof);
 }
开发者ID:ruben998,项目名称:web,代码行数:13,代码来源:d01497765737cb8ff82bdde8de8cb899fbf8ca48b41e218f51cce28017def65d.php

示例9: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_6f9c99ca8c4981e989eb079c362bdb2ed767a5c8f0a86aa1f7e36c64d947f6d2 = $this->env->getExtension("native_profiler");
     $__internal_6f9c99ca8c4981e989eb079c362bdb2ed767a5c8f0a86aa1f7e36c64d947f6d2->enter($__internal_6f9c99ca8c4981e989eb079c362bdb2ed767a5c8f0a86aa1f7e36c64d947f6d2_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_6f9c99ca8c4981e989eb079c362bdb2ed767a5c8f0a86aa1f7e36c64d947f6d2->leave($__internal_6f9c99ca8c4981e989eb079c362bdb2ed767a5c8f0a86aa1f7e36c64d947f6d2_prof);
 }
开发者ID:abbeshamza,项目名称:TestCodeception,代码行数:13,代码来源:671f988661062994185825ba960fbdf5567b6e2fb644429e9346db89dcf54504.php

示例10: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_6bd4cb388c83def2d5de2ccd0f1c3117e0675f2005d581329d5372b9b03b86bb = $this->env->getExtension("native_profiler");
     $__internal_6bd4cb388c83def2d5de2ccd0f1c3117e0675f2005d581329d5372b9b03b86bb->enter($__internal_6bd4cb388c83def2d5de2ccd0f1c3117e0675f2005d581329d5372b9b03b86bb_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_6bd4cb388c83def2d5de2ccd0f1c3117e0675f2005d581329d5372b9b03b86bb->leave($__internal_6bd4cb388c83def2d5de2ccd0f1c3117e0675f2005d581329d5372b9b03b86bb_prof);
 }
开发者ID:deileo,项目名称:Autoservisas_Kursinis,代码行数:13,代码来源:896e2c044f4c9ac9ffd14f36f2b4ef0ddf07fe90dad5033491dee77c6f3b4053.php

示例11: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_677f0e93ea9a495672ed9a17685846bde2ca4d64628cab74e33b762bff8e510b = $this->env->getExtension("native_profiler");
     $__internal_677f0e93ea9a495672ed9a17685846bde2ca4d64628cab74e33b762bff8e510b->enter($__internal_677f0e93ea9a495672ed9a17685846bde2ca4d64628cab74e33b762bff8e510b_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_677f0e93ea9a495672ed9a17685846bde2ca4d64628cab74e33b762bff8e510b->leave($__internal_677f0e93ea9a495672ed9a17685846bde2ca4d64628cab74e33b762bff8e510b_prof);
 }
开发者ID:jaenbox,项目名称:dws,代码行数:13,代码来源:f4a94de1a23e80aac28c5bcbea1ae50c669773347a6a3cbfb178da32a6ead3c5.php

示例12: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_3f675d9b22f4afac316c58a3c1fdde7e67dcafae08237ed9dd63e10448c50c51 = $this->env->getExtension("native_profiler");
     $__internal_3f675d9b22f4afac316c58a3c1fdde7e67dcafae08237ed9dd63e10448c50c51->enter($__internal_3f675d9b22f4afac316c58a3c1fdde7e67dcafae08237ed9dd63e10448c50c51_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_3f675d9b22f4afac316c58a3c1fdde7e67dcafae08237ed9dd63e10448c50c51->leave($__internal_3f675d9b22f4afac316c58a3c1fdde7e67dcafae08237ed9dd63e10448c50c51_prof);
 }
开发者ID:DenisRupp,项目名称:SymfonyBlogHW7,代码行数:13,代码来源:5f96afc8d9a29ad16c00b945f83ebd4a1e9243270b02978a182833b0e0191337.php

示例13: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_adb5b758029844c29ea2e41e7551d6b616f6f1f451022832914cb5770583cae0 = $this->env->getExtension("native_profiler");
     $__internal_adb5b758029844c29ea2e41e7551d6b616f6f1f451022832914cb5770583cae0->enter($__internal_adb5b758029844c29ea2e41e7551d6b616f6f1f451022832914cb5770583cae0_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_adb5b758029844c29ea2e41e7551d6b616f6f1f451022832914cb5770583cae0->leave($__internal_adb5b758029844c29ea2e41e7551d6b616f6f1f451022832914cb5770583cae0_prof);
 }
开发者ID:tsurune,项目名称:Pruebas,代码行数:13,代码来源:93e64a5b82ce3cc55cd8f10a147850b2a94ecc663547f90d78967c298b20f60b.php

示例14: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_a86d760c7aba9833415f359a1ec55d84331c71144f24a040114d7b65902540b5 = $this->env->getExtension("native_profiler");
     $__internal_a86d760c7aba9833415f359a1ec55d84331c71144f24a040114d7b65902540b5->enter($__internal_a86d760c7aba9833415f359a1ec55d84331c71144f24a040114d7b65902540b5_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_a86d760c7aba9833415f359a1ec55d84331c71144f24a040114d7b65902540b5->leave($__internal_a86d760c7aba9833415f359a1ec55d84331c71144f24a040114d7b65902540b5_prof);
 }
开发者ID:kibimimi,项目名称:monprojettest,代码行数:13,代码来源:5fd2a66c2268969a93b47a442fce8fb3da758af08f412fc81f96b392a0670ee9.php

示例15: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_37b58079b97a91e7572123b195216af510915266fb19d5f9fd6584d76db2004d = $this->env->getExtension("native_profiler");
     $__internal_37b58079b97a91e7572123b195216af510915266fb19d5f9fd6584d76db2004d->enter($__internal_37b58079b97a91e7572123b195216af510915266fb19d5f9fd6584d76db2004d_prof = new Twig_Profiler_Profile($this->getTemplateName(), "block", "summary"));
     // line 27
     echo "    <div class=\"status status-";
     echo twig_escape_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array()), "html", null, true);
     echo "\">\n        <div class=\"container\">\n            <h2>";
     // line 29
     echo twig_escape_filter($this->env, twig_title_string_filter($this->env, $this->getAttribute($this->getAttribute(isset($context["messages"]) ? $context["messages"] : $this->getContext($context, "messages"), isset($context["about"]) ? $context["about"] : $this->getContext($context, "about"), array(), "array"), "status", array())), "html", null, true);
     echo "</h2>\n        </div>\n    </div>\n";
     $__internal_37b58079b97a91e7572123b195216af510915266fb19d5f9fd6584d76db2004d->leave($__internal_37b58079b97a91e7572123b195216af510915266fb19d5f9fd6584d76db2004d_prof);
 }
开发者ID:vodich,项目名称:platform,代码行数:13,代码来源:44595920450f6e355c5c98765bedc128aa8ba32f7f797ec2f784ebdaf0349b02.php


注:本文中的twig_title_string_filter函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。