WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
vendor
/
spip-league
/
kernel
/
src
/
Name
Action
..
InstallationDetector.php
Edit
InstallationDetectorInterface.php
Edit
Kernel.php
Edit
Editing: InstallationDetectorInterface.php
<?php declare(strict_types=1); namespace SpipLeague\Component\Kernel; interface InstallationDetectorInterface { public static function fromDir(string $directory): self; public function getWay(): string; public function getDir(string $dir = 'project'): string; }