Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
REBELinBLUE
Deployer
Http
Controllers
Resources
ResourceController
PHP 클래스 REBELinBLUE\Deployer\Http\Controllers\Resources\ResourceController
상속:
extends
REBELinBLUE\Deployer\Http\Controllers\Controller
파일 보기
프로젝트 열기: rebelinblue/deployer
보호된 프로퍼티들
프로퍼티
타입
설명
$repository
REBELinBLUE\Deployer\Repositories\EloquentRepository
The model repository.
공개 메소드들
메소드
설명
destroy
(
integer
$model_id
) :
array
Remove the specified model from storage.
메소드 상세
destroy()
공개
메소드
Remove the specified model from storage.
public
destroy
(
integer
$model_id
) :
array
$model_id
integer
리턴
array
프로퍼티 상세
$repository
보호되어 있는 프로퍼티
The model repository.
protected
EloquentRepository,REBELinBLUE\Deployer\Repositories
$repository
리턴
REBELinBLUE\Deployer\Repositories\EloquentRepository