PHP Class Modules\Newsletter\Controllers\Backend\NewsletterController

Inheritance: extends Backend\AdminController
Afficher le fichier Open project: doptor/doptor

Méthodes publiques

Méthode Description
__construct ( )
create ( ) : View Show the form for creating a new newsletter.
destroy ( integer $id = null ) : View Remove the specified newsletter from storage.
index ( )
store ( ) : View Send newsletters to all subscribers

Method Details

__construct() public méthode

public __construct ( )

create() public méthode

Show the form for creating a new newsletter.
public create ( ) : View
Résultat View

destroy() public méthode

Remove the specified newsletter from storage.
public destroy ( integer $id = null ) : View
$id integer
Résultat View

index() public méthode

public index ( )

store() public méthode

Send newsletters to all subscribers
public store ( ) : View
Résultat View