PHP Class Stevemo\Cpanel\Controllers\BaseController

Inheritance: extends Controlle\Controller
Exibir arquivo Open project: stevemo/cpanel

Protected Methods

Method Description
getValidationService ( string $service, array $inputs = [] ) : Object get the validation service
setupLayout ( ) : void Setup the layout used by the controller.

Method Details

getValidationService() protected method

get the validation service
Author: Steve Montambeault
protected getValidationService ( string $service, array $inputs = [] ) : Object
$service string
$inputs array
return Object

setupLayout() protected method

Setup the layout used by the controller.
protected setupLayout ( ) : void
return void