whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
opcodesio
/
log-viewer
/
src
/
LogLevels
/
Upload File:
files >> //home/kckglobal/www/portal/vendor/opcodesio/log-viewer/src/LogLevels/LevelInterface.php
<?php namespace Opcodes\LogViewer\LogLevels; interface LevelInterface { public function __construct(string $value); public static function from(?string $value = null): self; public static function caseValues(): array; public function getName(): string; public function getClass(): LevelClass; }
Copyright ©2021 || Defacer Indonesia