PHP Class Forum\Controller\Topic\GetController

Inheritance: extends Phoenix\Controller\Display\ListDisplayController
Show file Open project: asika32764/natika

Protected Properties

Property Type Description
$format string Property layout.
$id integer Property id.
$model Admin\Model\PostsModel Property model.
$view Forum\View\Topic\TopicHtmlView Property view.

Public Methods

Method Description
getContext ( string $task = null ) : string getContext

Protected Methods

Method Description
doExecute ( ) : mixed doExecute
prepareExecute ( ) : void prepareExecute

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

prepareExecute() protected method

prepareExecute
protected prepareExecute ( ) : void
return void

Property Details

$format protected property

Property layout.
protected string $format
return string

$id protected property

Property id.
protected int $id
return integer

$model protected property

Property model.
protected PostsModel,Admin\Model $model
return Admin\Model\PostsModel

$view protected property

Property view.
protected TopicHtmlView,Forum\View\Topic $view
return Forum\View\Topic\TopicHtmlView