SYMBOL INDEX (52 symbols across 6 files) FILE: src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewer.php class LaravelLogViewer (line 5) | class LaravelLogViewer method __construct (line 40) | public function __construct() method setFolder (line 51) | public function setFolder($folder) method setFile (line 81) | public function setFile($file) method pathToLogFile (line 95) | public function pathToLogFile($file) method getFolderName (line 127) | public function getFolderName() method getFileName (line 135) | public function getFileName() method all (line 143) | public function all() method foldersAndFiles (line 240) | public function foldersAndFiles($path = null) method getFolders (line 264) | public function getFolders($folder = '') method getFolderFiles (line 282) | public function getFolderFiles($basename = false) method getFiles (line 292) | public function getFiles($basename = false, $folder = '') method getStoragePath (line 316) | public function getStoragePath() method setStoragePath (line 326) | public function setStoragePath($path) method directoryTreeStructure (line 331) | public static function directoryTreeStructure($storage_path, array $ar... FILE: src/Rap2hpoutre/LaravelLogViewer/LaravelLogViewerServiceProvider.php class LaravelLogViewerServiceProvider (line 7) | class LaravelLogViewerServiceProvider extends ServiceProvider method boot (line 14) | public function boot() method register (line 39) | public function register() method config_path (line 50) | private function config_path($path = '') FILE: src/Rap2hpoutre/LaravelLogViewer/Level.php class Level (line 9) | class Level method all (line 46) | public function all() method img (line 55) | public function img($level) method cssClass (line 64) | public function cssClass($level) FILE: src/Rap2hpoutre/LaravelLogViewer/Pattern.php class Pattern (line 5) | class Pattern method all (line 22) | public function all() method getPattern (line 32) | public function getPattern($pattern, $position = null) FILE: src/controllers/LogViewerController.php class BaseController (line 8) | class BaseController extends \Illuminate\Routing\Controller {} class BaseController (line 10) | class BaseController extends \Laravel\Lumen\Routing\Controller {} class LogViewerController (line 17) | class LogViewerController extends BaseController method __construct (line 37) | public function __construct() method index (line 47) | public function index() method earlyReturn (line 95) | private function earlyReturn() method pathFromInput (line 126) | private function pathFromInput($input_string) method redirect (line 135) | private function redirect($to) method download (line 148) | private function download($data) FILE: tests/LaravelLogViewerTest.php class LaravelLogViewerTest (line 13) | class LaravelLogViewerTest extends OrchestraTestCase method setUp (line 16) | public function setUp(): void method testSetFile (line 29) | public function testSetFile() method testSetFolderWithCorrectPath (line 39) | public function testSetFolderWithCorrectPath() method testSetFolderWithArrayStoragePath (line 48) | public function testSetFolderWithArrayStoragePath() method testSetFolderWithDefaultStoragePath (line 61) | public function testSetFolderWithDefaultStoragePath() method testSetStoragePath (line 73) | public function testSetStoragePath() method testPathToLogFile (line 82) | public function testPathToLogFile() method testPathToLogFileWithArrayStoragePath (line 91) | public function testPathToLogFileWithArrayStoragePath() method testFailOnBadPathToLogFile (line 101) | public function testFailOnBadPathToLogFile() method testAll (line 112) | public function testAll() method testAllWithEmptyFileName (line 125) | public function testAllWithEmptyFileName() method testFolderFiles (line 138) | public function testFolderFiles() method testGetFolderFiles (line 151) | public function testGetFolderFiles() method testGetFiles (line 161) | public function testGetFiles() method testGetFolders (line 171) | public function testGetFolders() method testDirectoryStructure (line 181) | public function testDirectoryStructure()