PHP Class Owl\Http\Controllers\UserRoleController

Inheritance: extends Controller
Show file Open project: owl/owl

Protected Properties

Property Type Description
$authService
$userRoleService
$userService

Public Methods

Method Description
__construct ( UserService $userService, AuthService $authService, UserRoleService $userRoleService )
initial ( )
initialRegister ( )

Method Details

__construct() public method

public __construct ( UserService $userService, AuthService $authService, UserRoleService $userRoleService )
$userService Owl\Services\UserService
$authService Owl\Services\AuthService
$userRoleService Owl\Services\UserRoleService

initial() public method

public initial ( )

initialRegister() public method

public initialRegister ( )

Property Details

$authService protected property

protected $authService

$userRoleService protected property

protected $userRoleService

$userService protected property

protected $userService