PHP Class BenefitController

Inheritance: extends Controller
Afficher le fichier Open project: openeyes/openeyes

Méthodes publiques

Свойство Type Description
$itemsPerPage integer
$layout string

Méthodes publiques

Méthode Description
actionDelete ( ) Deletes rows for the model.
actionEdit ( boolean | integer $id = false ) Edits or adds a Procedure.
actionList ( ) Lists procedures.

Method Details

actionDelete() public méthode

Deletes rows for the model.
public actionDelete ( )

actionEdit() public méthode

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

actionList() public méthode

Lists procedures.
public actionList ( )

Property Details

$itemsPerPage public_oe property

public int $itemsPerPage
Résultat integer

$layout public_oe property

public string $layout
Résultat string