PHP Class REBELinBLUE\Deployer\Http\Controllers\Resources\ResourceController

Inheritance: extends REBELinBLUE\Deployer\Http\Controllers\Controller
ファイルを表示 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