PHP Class Owl\Http\Controllers\TagController

Inheritance: extends Controller
Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$itemService
$stockService
$tagService

Méthodes publiques

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

Method Details

__construct() public méthode

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

index() public méthode

index
public index ( ) : view
Résultat view

show() public méthode

show
public show ( string $tagName ) : view
$tagName string
Résultat view

suggest() public méthode

suggest
public suggest ( ) : json
Résultat json

Property Details

$itemService protected_oe property

protected $itemService

$stockService protected_oe property

protected $stockService

$tagService protected_oe property

protected $tagService