PHP Class Owl\Http\Controllers\ReminderController

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

Protected Properties

Property Type Description
$authService
$reminderService
$userService

Public Methods

Method Description
__construct ( UserService $userService, AuthService $authService, ReminderService $reminderService )
edit ( $token )
remind ( )
send ( ReminderSendRequest $request )
update ( ReminderUpdateRequest $request )

Method Details

__construct() public method

public __construct ( UserService $userService, AuthService $authService, ReminderService $reminderService )
$userService Owl\Services\UserService
$authService Owl\Services\AuthService
$reminderService Owl\Services\ReminderService

edit() public method

public edit ( $token )

remind() public method

public remind ( )

send() public method

public send ( ReminderSendRequest $request )
$request Owl\Http\Requests\ReminderSendRequest

update() public method

public update ( ReminderUpdateRequest $request )
$request Owl\Http\Requests\ReminderUpdateRequest

Property Details

$authService protected property

protected $authService

$reminderService protected property

protected $reminderService

$userService protected property

protected $userService