Inheritance: extends Twig_TokenParser
コード例 #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');
 }