PHP Class Arcanedev\LogViewer\Http\Controllers\Controller

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

Protected Properties

Property Type Description
$logViewer Arcanedev\LogViewer\Contracts\LogViewer The log viewer instance

Public Methods

Method 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 method

Controller constructor.
public __construct ( )

view() public method

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
return Illuminate\View\View

Property Details

$logViewer protected property

The log viewer instance
protected LogViewer,Arcanedev\LogViewer\Contracts $logViewer
return Arcanedev\LogViewer\Contracts\LogViewer