PHP Класс Indatus\Ranger\RequestDiagnostics\RequestContainer

Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$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