PHP Class Traq\Controllers\Admin\ProjectRoles

Since: 4.0.0
Author: Jack P.
Inheritance: extends AppController, use trait Traq\Traits\Controllers\CRUD
Datei anzeigen 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
$plural
$singular Singular and plural form
$viewsDir

Public Methods

Method Description
__construct ( )

Protected Methods

Method Description
getAllRows ( )
modelParams ( ) : array

Method Details

__construct() public method

public __construct ( )

getAllRows() protected method

protected getAllRows ( )

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

$plural protected_oe property

protected $plural

$singular protected_oe property

Singular and plural form
protected $singular

$viewsDir protected_oe property

protected $viewsDir