Method | Description | |
---|---|---|
__construct ( Illuminate\View\Environment $view, |
||
goToView ( $route, $parentAssociation, $additionalAssigns, $content ) | ||
handleRedirect ( $route, $parentAssociation, integer $id = null, $responseCode ) : Redirect | Function to handle redirection of regular and also nested resource routes. |
public __construct ( Illuminate\View\Environment $view, |
||
$view | Illuminate\View\Environment | |
$redirect |
public goToView ( $route, $parentAssociation, $additionalAssigns, $content ) |
public handleRedirect ( $route, $parentAssociation, integer $id = null, $responseCode ) : Redirect | ||
$id | integer | The id for the route |
return | Redirect |