PHP Class EventLogController

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
actionDismiss ( $id )
actionEdit ( boolean $id = false )
actionList ( ) Lists procedures.

Méthodes protégées

Méthode Description
assignEvent ( $eventQuery )
createExamination ( $eventQuery, $episodeId, $creator, $portalUserId, $examination, $eventType, $eyeIds, $refractionType, $opNoteId = null )
previousEventLogData ( $eventLog ) : mixed | string
replaceEvent ( $eventQuery ) : array

Method Details

actionDismiss() public méthode

public actionDismiss ( $id )
$id

actionEdit() public méthode

public actionEdit ( boolean $id = false )
$id boolean

actionList() public méthode

Lists procedures.
public actionList ( )

assignEvent() protected méthode

protected assignEvent ( $eventQuery )
$eventQuery

createExamination() protected méthode

protected createExamination ( $eventQuery, $episodeId, $creator, $portalUserId, $examination, $eventType, $eyeIds, $refractionType, $opNoteId = null )
$eventQuery
$creator
$portalUserId
$examination
$eventType
$eyeIds
$refractionType

previousEventLogData() protected méthode

protected previousEventLogData ( $eventLog ) : mixed | string
$eventLog
Résultat mixed | string

replaceEvent() protected méthode

protected replaceEvent ( $eventQuery ) : array
Résultat array

Property Details

$itemsPerPage public_oe property

public int $itemsPerPage
Résultat integer

$layout public_oe property

public string $layout
Résultat string