cethyworks/content-injector

此包已被废弃,不再维护。作者建议使用https://github.com/Cethy/ContentInjectorBundle包代替。

提供了一种简单地将字符串内容注入到另一个字符串中的库。

v1.0 2017-07-06 16:09 UTC

This package is not auto-updated.

Last update: 2017-08-15 00:04:26 UTC


README

提供了一种简单地将字符串内容注入到另一个字符串中的库。

CircleCI

提供

内容转换器

TemplateContentTransformer

简单地返回构造时提供的模板文件名的内容。

TwigContentTransformer

使用twig渲染构造时提供的数据模板。

注入器

SimpleInjector

$injector   = new SimpleInjector($injectBefore);
$newContent = $injector
    ->inject($contentToInject)
    ->to($contentToModify);

附加信息

@see ContentInjectorBundle