PHP Class ExaminationElementAttributesController

User: himanshu Date: 12/05/15 Time: 15:02.
Inheritance: extends BaseAdminController
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 ( )
actionSearch ( )
actionSort ( ) Save ordering of the objects.
actionUpdate ( )

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

public actionList ( )

actionSearch() public method

public actionSearch ( )

actionSort() public method

Save ordering of the objects.
public actionSort ( )

actionUpdate() public method

public actionUpdate ( )

Property Details

$itemsPerPage public_oe property

public int $itemsPerPage
return integer

$layout public_oe property

public string $layout
return string