PHP Class BenefitController

Inheritance: extends Controller
Mostrar archivo Open project: openeyes/openeyes

Public Properties

Property Type Description
$itemsPerPage integer
$layout string

Public Methods

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

Method Details

actionDelete() public method

Deletes rows for the model.
public actionDelete ( )

actionEdit() public method

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

actionList() public method

Lists procedures.
public actionList ( )

Property Details

$itemsPerPage public_oe property

public int $itemsPerPage
return integer

$layout public_oe property

public string $layout
return string