__construct() public method

public __construct ( ShaComputer $shaComputer, $tag, $directive )
$shaComputer Nelmio\SecurityBundle\ContentSecurityPolicy\ShaComputer
コード例 #1
0
 public function __construct(ShaComputer $shaComputer)
 {
     parent::__construct($shaComputer, 'cspscript', 'script-src');
 }
コード例 #2
0
 public function __construct(ShaComputer $shaComputer)
 {
     parent::__construct($shaComputer, 'cspstyle', 'style-src');
 }