PHP Class ResultTypeController

Controller to administer result types
Inheritance: extends ModuleAdminController
Datei anzeigen Open project: openeyes/openeyes

Protected Properties

Property Type Description
$admin

Public Methods

Method Description
actionDelete ( ) Deletes rows for the model.
actionEdit ( boolean | integer $id = false ) Edits or adds a Type.
actionList ( ) Lists Result Types.
actionSort ( ) Save ordering of the objects.

Protected Methods

Method Description
beforeAction ( $action )

Method Details

actionDelete() public method

Deletes rows for the model.
public actionDelete ( )

actionEdit() public method

Edits or adds a Type.
public actionEdit ( boolean | integer $id = false )
$id boolean | integer

actionList() public method

Lists Result Types.
public actionList ( )

actionSort() public method

Save ordering of the objects.
public actionSort ( )

beforeAction() protected method

protected beforeAction ( $action )

Property Details

$admin protected_oe property

protected $admin