for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Eccube\Twig\Extension;
class GenericTokenParser extends AbstractTokenParser
{
protected $tagName;
public function __construct($app, $tagName)
$this->app = $app;
$this->tagName = $tagName;
}
public function getTag()
return $this->tagName;