PHP 클래스 Learner\Http\Controllers\Admin\LinkController

상속: extends BaseController
파일 보기 프로젝트 열기: RryLee/learner.video

보호된 프로퍼티들

프로퍼티 타입 설명
$links Learner\Repositories\LinkRepositoryInterface Link repository.

공개 메소드들

메소드 설명
__construct ( Learner\Repositories\LinkRepositoryInterface $links ) Instance the link repository.
destory ( integer $id ) : Illuminate\Http\JsonResponse Delete a link.
index ( ) : Illuminate\Database\Eloquent\Collection | Link[] Get all links.
store ( ) : Illuminate\Http\JsonResponse Store the link.
update ( integer $id ) : Illuminate\Http\JsonResponse Update link by id.

메소드 상세

__construct() 공개 메소드

Instance the link repository.
public __construct ( Learner\Repositories\LinkRepositoryInterface $links )
$links Learner\Repositories\LinkRepositoryInterface

destory() 공개 메소드

admin/links/{id} delete
public destory ( integer $id ) : Illuminate\Http\JsonResponse
$id integer
리턴 Illuminate\Http\JsonResponse

index() 공개 메소드

admin/links get
public index ( ) : Illuminate\Database\Eloquent\Collection | Link[]
리턴 Illuminate\Database\Eloquent\Collection | Learner\Models\Link[]

store() 공개 메소드

admin/links post
public store ( ) : Illuminate\Http\JsonResponse
리턴 Illuminate\Http\JsonResponse

update() 공개 메소드

admin/links/{id} put
public update ( integer $id ) : Illuminate\Http\JsonResponse
$id integer
리턴 Illuminate\Http\JsonResponse

프로퍼티 상세