PHP Class Traq\Controllers\ProjectSettings\CustomFields

Since: 3.0
Author: Jack P.
Inheritance: extends AppController
Mostra file Open project: nirix/traq

Public Methods

Method Description
__construct ( )
createAction ( ) Create custom field.
destroyAction ( $id ) Delete field.
editAction ( integer $id ) Edit custom field.
indexAction ( ) Custom field listing.
newAction ( ) New field form.
saveAction ( integer $id ) Edit custom field.

Protected Methods

Method Description
fieldParams ( ) : array

Method Details

__construct() public method

public __construct ( )

createAction() public method

Create custom field.
public createAction ( )

destroyAction() public method

Delete field.
public destroyAction ( $id )

editAction() public method

Edit custom field.
public editAction ( integer $id )
$id integer

fieldParams() protected method

protected fieldParams ( ) : array
return array

indexAction() public method

Custom field listing.
public indexAction ( )

newAction() public method

New field form.
public newAction ( )

saveAction() public method

Edit custom field.
public saveAction ( integer $id )
$id integer