Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Modules
Newsletter
Controllers
Backend
SubscriberController
PHP Class Modules\Newsletter\Controllers\Backend\SubscriberController
Inheritance:
extends
BaseControlle\BaseController
Show file
Open project: doptor/doptor
Public Methods
Method
Description
__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
)
Method Details
__construct()
public
method
public
__construct
( )
create()
public
method
public
create
( )
destroy()
public
method
Remove the specified subscriber from storage.
public
destroy
(
integer
$id
= null ) :
View
$id
integer
return
View
edit()
public
method
public
edit
(
$id
)
index()
public
method
Display a listing of the newsletters.
public
index
( ) :
View
return
View
store()
public
method
public
store
( )
update()
public
method
public
update
(
$id
)