PHP Class SnippetController

Since: 0.1
Inheritance: extends Controller
Show file Open project: openeyes/openeyes

Public Properties

Property Type Description
$itemsPerPage integer

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 snippets.
actionList ( ) Lists snippets.
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 snippets.
public actionEdit ( boolean | integer $id = false )
$id boolean | integer

actionList() public method

Lists snippets.
public actionList ( )

actionSort() public method

Save ordering of the objects.
public actionSort ( )

beforeAction() protected method

protected beforeAction ( $action )

Property Details

$admin protected property

protected $admin

$itemsPerPage public property

public int $itemsPerPage
return integer