PHP Class Owl\Http\Controllers\TagController

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

Protected Properties

Property Type Description
$itemService
$stockService
$tagService

Public Methods

Method Description
__construct ( TagService $tagService, ItemService $itemService, StockService $stockService )
index ( ) : view index
show ( string $tagName ) : view show
suggest ( ) : json suggest

Method Details

__construct() public method

public __construct ( TagService $tagService, ItemService $itemService, StockService $stockService )
$tagService Owl\Services\TagService
$itemService Owl\Services\ItemService
$stockService Owl\Services\StockService

index() public method

index
public index ( ) : view
return view

show() public method

show
public show ( string $tagName ) : view
$tagName string
return view

suggest() public method

suggest
public suggest ( ) : json
return json

Property Details

$itemService protected property

protected $itemService

$stockService protected property

protected $stockService

$tagService protected property

protected $tagService