Свойство | Type | Description | |
---|---|---|---|
$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 |
Méthode | Description | |
---|---|---|
__construct ( array $params, Illuminate\Http\Request $request, |
||
getAction ( ) | ||
getAdditionalAssigns ( ) | ||
getContentType ( ) | ||
getController ( ) | ||
getForeignKey ( ) | ||
getId ( ) | ||
getInput ( ) : array | getInput returns all the input | |
getModel ( ) | ||
getParentAssociation ( ) | ||
getPrimaryKey ( ) | ||
getRequestMethod ( ) | ||
getRoute ( ) | ||
getTable ( ) | ||
getUrl ( ) |
Méthode | Description | |
---|---|---|
_setProperties ( ) |
public __construct ( array $params, Illuminate\Http\Request $request, |
||
$params | array | |
$request | Illuminate\Http\Request | |
$router |
protected array $additionalAssigns | ||
Résultat | array |
protected $belongsTo |
protected $parentAssociation |
protected array $request | ||
Résultat | array |