PHP Class BookStack\Http\Controllers\HomeController

Inheritance: extends Controller
Show file Open project: ssddanbrown/bookstack

Protected Properties

Property Type Description
$entityRepo

Public Methods

Method Description
__construct ( EntityRepo $entityRepo ) HomeController constructor.
index ( ) : Response Display the homepage.

Method Details

__construct() public method

HomeController constructor.
public __construct ( EntityRepo $entityRepo )
$entityRepo BookStack\Repos\EntityRepo

index() public method

Display the homepage.
public index ( ) : Response
return Response

Property Details

$entityRepo protected property

protected $entityRepo