Nelmio\SecurityBundle\Twig\TokenParser\CSPScriptParser::__construct PHP Method

__construct() public method

public __construct ( ShaComputer $shaComputer )
$shaComputer Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer
    public function __construct(ShaComputer $shaComputer)
    {
        parent::__construct($shaComputer, 'cspscript', 'script-src');
    }