PHP Class Owl\Http\Controllers\FlowTagController

Inheritance: extends Controller
Show file Open project: owl/owl

Protected Properties

Property Type Description
$tagService

Public Methods

Method Description
__construct ( TagService $tagService )
destroy ( FlowTagDestroyRequest $request )
index ( )
store ( FlowTagStoreRequest $request )

Method Details

__construct() public method

public __construct ( TagService $tagService )
$tagService Owl\Services\TagService

destroy() public method

public destroy ( FlowTagDestroyRequest $request )
$request Owl\Http\Requests\FlowTagDestroyRequest

index() public method

public index ( )

store() public method

public store ( FlowTagStoreRequest $request )
$request Owl\Http\Requests\FlowTagStoreRequest

Property Details

$tagService protected property

protected $tagService