brainite / php-file-converters

Provide unified interface for file conversion.
https://www.brainite.org/php-file-converters
MIT License
24 stars 6 forks source link

Add twig support to ReplaceStringNative #94

Open stackpr opened 7 years ago

stackpr commented 7 years ago
$fileconverter->setReplacements($hash, 'twig');

// ReplaceStringNative
case 'txt~twig':
case 'html~twig':