PHP 클래스 Components\ContactManager\Controllers\Backend\ContactController

상속: extends Backend\AdminController
파일 보기 프로젝트 열기: doptor/doptor

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$fields
$layout The layout that should be used for responses.
$module_alias
$module_link
$type Type of the parent page

공개 메소드들

메소드 설명
__construct ( )
create ( $form_id ) Show the form for creating a new resource.
destroy ( integer $id = null ) : Illuminate\Http\RedirectResponse Remove the specified resource from storage.
edit ( integer $id, $form_id ) Show the form for editing the specified resource.
index ( ) Display a listing of the resource.
show ( integer $id, $form_id ) Display the specified resource.
store ( ) Store a newly created resource in storage.
update ( integer $id ) : Illuminate\Http\RedirectResponse Update the specified resource in storage.

보호된 메소드들

메소드 설명
getForm ( $form_id ) : array | mixed

비공개 메소드들

메소드 설명
getDisplayOptions ( $input ) : array What fields to display to the public

메소드 상세

__construct() 공개 메소드

public __construct ( )

create() 공개 메소드

Show the form for creating a new resource.
public create ( $form_id )
$form_id

destroy() 공개 메소드

Remove the specified resource from storage.
public destroy ( integer $id = null ) : Illuminate\Http\RedirectResponse
$id integer
리턴 Illuminate\Http\RedirectResponse

edit() 공개 메소드

Show the form for editing the specified resource.
public edit ( integer $id, $form_id )
$id integer
$form_id

getForm() 보호된 메소드

protected getForm ( $form_id ) : array | mixed
$form_id
리턴 array | mixed

index() 공개 메소드

Display a listing of the resource.
public index ( )

show() 공개 메소드

Display the specified resource.
public show ( integer $id, $form_id )
$id integer
$form_id

store() 공개 메소드

Store a newly created resource in storage.
public store ( )

update() 공개 메소드

Update the specified resource in storage.
public update ( integer $id ) : Illuminate\Http\RedirectResponse
$id integer
리턴 Illuminate\Http\RedirectResponse

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config

$fields 보호되어 있는 프로퍼티

protected $fields

$layout 보호되어 있는 프로퍼티

The layout that should be used for responses.
protected $layout

$module_alias 보호되어 있는 프로퍼티

protected $module_alias

$type 보호되어 있는 프로퍼티

Type of the parent page
protected $type