PHP Class Traq\Controllers\ProjectSettings\Components

Since: 3.0.0
Author: Jack P.
Inheritance: extends AppController, use trait Traq\Traits\Controllers\CRUD
Mostrar archivo 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_oe property

Redirect route names
protected $afterCreateRedirect

$afterDestroyRedirect protected_oe property

protected $afterDestroyRedirect

$afterSaveRedirect protected_oe property

protected $afterSaveRedirect

$editRoute protected_oe property

protected $editRoute

$model protected_oe property

Model class and views directory
protected $model

$newRoute protected_oe property

Route names
protected $newRoute

$object protected_oe property

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

$plural protected_oe property

protected $plural

$singular protected_oe property

Singular and plural form
protected $singular

$viewsDir protected_oe property

protected $viewsDir