PHP 클래스 Indatus\Ranger\ContentType\HtmlView\ViewManager

파일 보기 프로젝트 열기: indatus/ranger

공개 메소드들

메소드 설명
__construct ( Illuminate\View\Environment $view, Redirector $redirect )
goToView ( $route, $parentAssociation, $additionalAssigns, $content )
handleRedirect ( $route, $parentAssociation, integer $id = null, $responseCode ) : Redirect Function to handle redirection of regular and also nested resource routes.

메소드 상세

__construct() 공개 메소드

public __construct ( Illuminate\View\Environment $view, Redirector $redirect )
$view Illuminate\View\Environment
$redirect Illuminate\Routing\Redirector

goToView() 공개 메소드

public goToView ( $route, $parentAssociation, $additionalAssigns, $content )

handleRedirect() 공개 메소드

Function to handle redirection of regular and also nested resource routes.
public handleRedirect ( $route, $parentAssociation, integer $id = null, $responseCode ) : Redirect
$id integer The id for the route
리턴 Redirect