Owl\Http\Controllers\ReminderController::__construct PHP Метод

__construct() публичный Метод

public __construct ( UserService $userService, AuthService $authService, ReminderService $reminderService )
$userService Owl\Services\UserService
$authService Owl\Services\AuthService
$reminderService Owl\Services\ReminderService
    public function __construct(UserService $userService, AuthService $authService, ReminderService $reminderService)
    {
        $this->userService = $userService;
        $this->authService = $authService;
        $this->reminderService = $reminderService;
    }