PHP 클래스 Modules\Newsletter\Controllers\Backend\SubscriberController

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

공개 메소드들

메소드 설명
__construct ( )
create ( )
destroy ( integer $id = null ) : View Remove the specified subscriber from storage.
edit ( $id )
index ( ) : View Display a listing of the newsletters.
store ( )
update ( $id )

메소드 상세

__construct() 공개 메소드

public __construct ( )

create() 공개 메소드

public create ( )

destroy() 공개 메소드

Remove the specified subscriber from storage.
public destroy ( integer $id = null ) : View
$id integer
리턴 View

edit() 공개 메소드

public edit ( $id )

index() 공개 메소드

Display a listing of the newsletters.
public index ( ) : View
리턴 View

store() 공개 메소드

public store ( )

update() 공개 메소드

public update ( $id )