Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
REBELinBLUE
Deployer
Http
Controllers
Resources
ResourceController
PHP Class REBELinBLUE\Deployer\Http\Controllers\Resources\ResourceController
Inheritance:
extends
REBELinBLUE\Deployer\Http\Controllers\Controller
Exibir arquivo
Open project: rebelinblue/deployer
Protected Properties
Property
Type
Description
$repository
REBELinBLUE\Deployer\Repositories\EloquentRepository
The model repository.
Public Methods
Method
Description
destroy
(
integer
$model_id
) :
array
Remove the specified model from storage.
Method Details
destroy()
public
method
Remove the specified model from storage.
public
destroy
(
integer
$model_id
) :
array
$model_id
integer
return
array
Property Details
$repository
protected_oe property
The model repository.
protected
EloquentRepository,REBELinBLUE\Deployer\Repositories
$repository
return
REBELinBLUE\Deployer\Repositories\EloquentRepository