PHP Class ResultTypeController

Controller to administer result types
Inheritance: extends ModuleAdminController
Afficher le fichier Open project: openeyes/openeyes

Protected Properties

Свойство Type Description
$admin

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
beforeAction ( $action )

Method Details

actionDelete() public méthode

Deletes rows for the model.
public actionDelete ( )

actionEdit() public méthode

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

actionList() public méthode

Lists Result Types.
public actionList ( )

actionSort() public méthode

Save ordering of the objects.
public actionSort ( )

beforeAction() protected méthode

protected beforeAction ( $action )

Property Details

$admin protected_oe property

protected $admin