huron/twigextension

Twig 扩展集合

v0.0.9 2018-12-19 13:17 UTC

This package is auto-updated.

Last update: 2024-09-20 02:24:57 UTC


README

函数列表

  • leftpad(str,length,char=' ') - 左侧填充字符串
  • rightpad(str,length,char=' ') - 右侧填充字符串
  • bothpad(str,length,char=' ') - 两端填充字符串

用法

添加到 services.yml

services:
    app.strpad_twig_extension:
        class: huron\TwigExtension\StrPadExtension
        public: false
        tags:
            - { name: twig.extension }