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

__construct() public method

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