PHP Class Forum\Controller\Category\GetController

Inheritance: extends Phoenix\Controller\Display\ListDisplayController
Datei anzeigen Open project: asika32764/natika

Protected Properties

Property Type Description
$model Forum\Model\TopicsModel Property model.
$path string Property path.
$view Forum\View\Category\CategoryHtmlView Property view.

Public Methods

Method Description
getContext ( string $task = null ) : string getContext
getModel ( string $name = 'Topics', boolean $forceNew = false ) : Windwalker\Core\Model\Model getModel

Protected Methods

Method Description
doExecute ( ) : mixed doExecute

Method Details

doExecute() protected method

doExecute
protected doExecute ( ) : mixed
return mixed

getContext() public method

getContext
public getContext ( string $task = null ) : string
$task string
return string

getModel() public method

getModel
public getModel ( string $name = 'Topics', boolean $forceNew = false ) : Windwalker\Core\Model\Model
$name string
$forceNew boolean
return Windwalker\Core\Model\Model

Property Details

$model protected_oe property

Property model.
protected TopicsModel,Forum\Model $model
return Forum\Model\TopicsModel

$path protected_oe property

Property path.
protected string $path
return string

$view protected_oe property

Property view.
protected CategoryHtmlView,Forum\View\Category $view
return Forum\View\Category\CategoryHtmlView