• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

PHP twig_title_string_filter函数代码示例

原作者: [db:作者] 来自: [db:来源] 收藏 邀请

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



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


示例16: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_6e591c98f5785200c56de9e18c1d524f822b32a9545f570bd51f966d5d0a7440 = $this->env->getExtension("native_profiler");
     $__internal_6e591c98f5785200c56de9e18c1d524f822b32a9545f570bd51f966d5d0a7440->enter($__internal_6e591c98f5785200c56de9e18c1d524f822b32a9545f570bd51f966d5d0a7440_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_6e591c98f5785200c56de9e18c1d524f822b32a9545f570bd51f966d5d0a7440->leave($__internal_6e591c98f5785200c56de9e18c1d524f822b32a9545f570bd51f966d5d0a7440_prof);
 }
开发者ID:gasperoid,项目名称:delimarschi,代码行数:13,代码来源:c64d9e57224b15e94731bfeff97efba4c0ae1f8ea786441832464e984a4ac514.php


示例17: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_6bb1dada7d2532ae2c4e9cd01947fc738d5a81660e92890dc2cc17a6752ae9b7 = $this->env->getExtension("native_profiler");
     $__internal_6bb1dada7d2532ae2c4e9cd01947fc738d5a81660e92890dc2cc17a6752ae9b7->enter($__internal_6bb1dada7d2532ae2c4e9cd01947fc738d5a81660e92890dc2cc17a6752ae9b7_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_6bb1dada7d2532ae2c4e9cd01947fc738d5a81660e92890dc2cc17a6752ae9b7->leave($__internal_6bb1dada7d2532ae2c4e9cd01947fc738d5a81660e92890dc2cc17a6752ae9b7_prof);
 }
开发者ID:spinatiev,项目名称:website,代码行数:13,代码来源:34257efe94cafd727c2793689bef29a57ff4afcf8e19b522a6dced21dc874241.php


示例18: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_0adc355c1823ea200d2d498595d268b70722505c203934ec720271b249ac4001 = $this->env->getExtension("native_profiler");
     $__internal_0adc355c1823ea200d2d498595d268b70722505c203934ec720271b249ac4001->enter($__internal_0adc355c1823ea200d2d498595d268b70722505c203934ec720271b249ac4001_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_0adc355c1823ea200d2d498595d268b70722505c203934ec720271b249ac4001->leave($__internal_0adc355c1823ea200d2d498595d268b70722505c203934ec720271b249ac4001_prof);
 }
开发者ID:gambaj,项目名称:ContactSymfony,代码行数:13,代码来源:374e56c131d837fe32aa501db10ca512786cbb21802c793ddcdbe31dca3ab3a6.php


示例19: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_0873e15320aca26747141ccc5449d24d8320aaa1d0383c33fbc450bf956b5ef7 = $this->env->getExtension("native_profiler");
     $__internal_0873e15320aca26747141ccc5449d24d8320aaa1d0383c33fbc450bf956b5ef7->enter($__internal_0873e15320aca26747141ccc5449d24d8320aaa1d0383c33fbc450bf956b5ef7_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_0873e15320aca26747141ccc5449d24d8320aaa1d0383c33fbc450bf956b5ef7->leave($__internal_0873e15320aca26747141ccc5449d24d8320aaa1d0383c33fbc450bf956b5ef7_prof);
 }
开发者ID:Vysotskyi,项目名称:AngularREST,代码行数:13,代码来源:3d4fb7e462c494c557d9af1f79d8ea49fc5b4a704bfbe4692af5c69b2aebcdd5.php


示例20: block_summary

 public function block_summary($context, array $blocks = array())
 {
     $__internal_5067ef18c89fdbd21a515c46f1f1c6e94889d36e15223cdc4ed5f7db267b502d = $this->env->getExtension("native_profiler");
     $__internal_5067ef18c89fdbd21a515c46f1f1c6e94889d36e15223cdc4ed5f7db267b502d->enter($__internal_5067ef18c89fdbd21a515c46f1f1c6e94889d36e15223cdc4ed5f7db267b502d_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&quo 

鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
PHP twig_truncate_filter函数代码示例发布时间:2022-05-23
下一篇:
PHP twig_test_iterable函数代码示例发布时间:2022-05-23
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap