PHP Class Forum\Controller\Category\GetController

Inheritance: extends Phoenix\Controller\Display\ListDisplayController
Afficher le fichier Open project: asika32764/natika

Protected Properties

Свойство Type Description
$model Forum\Model\TopicsModel Property model.
$path string Property path.
$view Forum\View\Category\CategoryHtmlView Property view.

Méthodes publiques

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

Méthodes protégées

Méthode Description
doExecute ( ) : mixed doExecute

Method Details

doExecute() protected méthode

doExecute
protected doExecute ( ) : mixed
Résultat mixed

getContext() public méthode

getContext
public getContext ( string $task = null ) : string
$task string
Résultat string

getModel() public méthode

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

Property Details

$model protected_oe property

Property model.
protected TopicsModel,Forum\Model $model
Résultat Forum\Model\TopicsModel

$path protected_oe property

Property path.
protected string $path
Résultat string

$view protected_oe property

Property view.
protected CategoryHtmlView,Forum\View\Category $view
Résultat Forum\View\Category\CategoryHtmlView