PHP Class Modules\Newsletter\Controllers\Backend\SubscriberController

Inheritance: extends BaseControlle\BaseController
Datei anzeigen 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 )