PHP 클래스 Indatus\Ranger\RequestDiagnostics\RequestContainer

파일 보기 프로젝트 열기: indatus/ranger 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$action
$additionalAssigns array Array of additional variables that should be made available to the view
$belongsTo The variable should be set with the pluralized lowercase name of the parent. i.e. 'products'
$controller
$id
$model
$parentAssociation Variable set by subclasses to define the parent association with a key / value array. Primarily used for nested resources, the array would be set as: array('parent_id' => $id)
$request array variable to hold the $this->input->all() or overwridden value
$route

공개 메소드들

메소드 설명
__construct ( array $params, Illuminate\Http\Request $request, Router $router )
getAction ( )
getAdditionalAssigns ( )
getContentType ( )
getController ( )
getForeignKey ( )
getId ( )
getInput ( ) : array getInput returns all the input
getModel ( )
getParentAssociation ( )
getPrimaryKey ( )
getRequestMethod ( )
getRoute ( )
getTable ( )
getUrl ( )

비공개 메소드들

메소드 설명
_setProperties ( )

메소드 상세

__construct() 공개 메소드

public __construct ( array $params, Illuminate\Http\Request $request, Router $router )
$params array
$request Illuminate\Http\Request
$router Illuminate\Routing\Router

getAction() 공개 메소드

public getAction ( )

getAdditionalAssigns() 공개 메소드

getContentType() 공개 메소드

public getContentType ( )

getController() 공개 메소드

public getController ( )

getForeignKey() 공개 메소드

public getForeignKey ( )

getId() 공개 메소드

public getId ( )

getInput() 공개 메소드

getInput returns all the input
public getInput ( ) : array
리턴 array

getModel() 공개 메소드

public getModel ( )

getParentAssociation() 공개 메소드

getPrimaryKey() 공개 메소드

public getPrimaryKey ( )

getRequestMethod() 공개 메소드

public getRequestMethod ( )

getRoute() 공개 메소드

public getRoute ( )

getTable() 공개 메소드

public getTable ( )

getUrl() 공개 메소드

public getUrl ( )

프로퍼티 상세

$action 보호되어 있는 프로퍼티

protected $action

$additionalAssigns 보호되어 있는 프로퍼티

Array of additional variables that should be made available to the view
protected array $additionalAssigns
리턴 array

$belongsTo 보호되어 있는 프로퍼티

The variable should be set with the pluralized lowercase name of the parent. i.e. 'products'
protected $belongsTo

$controller 보호되어 있는 프로퍼티

protected $controller

$id 보호되어 있는 프로퍼티

protected $id

$model 보호되어 있는 프로퍼티

protected $model

$parentAssociation 보호되어 있는 프로퍼티

Variable set by subclasses to define the parent association with a key / value array. Primarily used for nested resources, the array would be set as: array('parent_id' => $id)
protected $parentAssociation

$request 보호되어 있는 프로퍼티

variable to hold the $this->input->all() or overwridden value
protected array $request
리턴 array

$route 보호되어 있는 프로퍼티

protected $route