PHP Class Arcanedev\LogViewer\Http\Controllers\Controller

Author: ARCANEDEV ([email protected])
Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: ARCANEDEV/LogViewer Class Usage Examples

Protected Properties

Свойство Type Description
$logViewer Arcanedev\LogViewer\Contracts\LogViewer The log viewer instance

Méthodes publiques

Méthode Description
__construct ( ) Controller constructor.
view ( string $view, array $data = [], array $mergeData = [] ) : Illuminate\View\View Get the evaluated view contents for the given view.

Method Details

__construct() public méthode

Controller constructor.
public __construct ( )

view() public méthode

Get the evaluated view contents for the given view.
public view ( string $view, array $data = [], array $mergeData = [] ) : Illuminate\View\View
$view string
$data array
$mergeData array
Résultat Illuminate\View\View

Property Details

$logViewer protected_oe property

The log viewer instance
protected LogViewer,Arcanedev\LogViewer\Contracts $logViewer
Résultat Arcanedev\LogViewer\Contracts\LogViewer