PHP Class App\Http\Controllers\Back\TagsController

Inheritance: extends Spatie\Blender\Model\Controller
Show file Open project: spatie-custom/blender

Protected Properties

Property Type Description
$redirectToIndex

Public Methods

Method Description
index ( )

Protected Methods

Method Description
make ( ) : Tag
updateFromRequest ( Tag $tag, TagRequest $request )

Method Details

index() public method

public index ( )

make() protected method

protected make ( ) : Tag
return app\models\Tag

updateFromRequest() protected method

protected updateFromRequest ( Tag $tag, TagRequest $request )
$tag app\models\Tag
$request App\Http\Requests\Back\TagRequest

Property Details

$redirectToIndex protected property

protected $redirectToIndex