Elcodi\Common\FirewallBundle\CompilerPass\FirewallCompilerPass::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $tagName = 'firewall_listener' )
$tagName string Name of the tag to collect
    public function __construct($tagName = 'firewall_listener')
    {
        $this->tagName = $tagName;
    }