D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
3023067
/
root
/
proc
/
3023066
/
cwd
/
www
/
vendor
/
opcodesio
/
log-viewer
/
src
/
Filename :
LevelCount.php
back
Copy
<?php namespace Opcodes\LogViewer; use Opcodes\LogViewer\LogLevels\LevelInterface; class LevelCount { public function __construct( public LevelInterface $level, public int $count = 0, public bool $selected = false, ) { } }