PHP Класс Modules\Newsletter\Controllers\Backend\SubscriberController

Наследование: extends BaseControlle\BaseController
Показать файл Открыть проект

Открытые методы

Метод Описание
__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 )