コード例 #1
0
ファイル: ConstantAggregator.php プロジェクト: vvval/spiral
 /**
  * @param array $constants
  */
 public function __construct(array $constants)
 {
     parent::__construct([ConstantDeclaration::class], $constants);
 }