PHP Class FluxBB\Actions\NewTopic

Inheritance: extends FluxBB\Core\Action
Datei anzeigen Open project: fluxbb/core

Protected Properties

Property Type Description
$categories

Public Methods

Method Description
__construct ( FluxBB\Models\CategoryRepositoryInterface $repository )

Protected Methods

Method Description
run ( ) : array Run the action and return a response for the user.

Method Details

__construct() public method

public __construct ( FluxBB\Models\CategoryRepositoryInterface $repository )
$repository FluxBB\Models\CategoryRepositoryInterface

run() protected method

Run the action and return a response for the user.
protected run ( ) : array
return array

Property Details

$categories protected_oe property

protected $categories