PHP Class Traq\Controllers\ProjectSettings\Components

Since: 3.0.0
Author: Jack P.
Inheritance: extends AppController, use trait Traq\Traits\Controllers\CRUD
Show file Open project: nirix/traq

Protected Properties

Property Type Description
$afterCreateRedirect Redirect route names
$afterDestroyRedirect
$afterSaveRedirect
$editRoute
$model Model class and views directory
$newRoute Route names
$object Traq\Models\Component
$plural
$singular Singular and plural form
$viewsDir

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
getAllRows ( ) : array Override to only get the relevant projects milestones.
modelParams ( ) : array

Method Details

__construct() public method

public __construct ( )

getAllRows() protected method

Override to only get the relevant projects milestones.
protected getAllRows ( ) : array
return array

modelParams() protected method

protected modelParams ( ) : array
return array

Property Details

$afterCreateRedirect protected property

Redirect route names
protected $afterCreateRedirect

$afterDestroyRedirect protected property

protected $afterDestroyRedirect

$afterSaveRedirect protected property

protected $afterSaveRedirect

$editRoute protected property

protected $editRoute

$model protected property

Model class and views directory
protected $model

$newRoute protected property

Route names
protected $newRoute

$object protected property

protected Component,Traq\Models $object
return Traq\Models\Component

$plural protected property

protected $plural

$singular protected property

Singular and plural form
protected $singular

$viewsDir protected property

protected $viewsDir