PHP 클래스 EventLogController

상속: extends AuthenticatedController
파일 보기 프로젝트 열기: openeyes/openeyes

공개 프로퍼티들

프로퍼티 타입 설명
$itemsPerPage integer
$layout string

공개 메소드들

메소드 설명
actionDismiss ( $id )
actionEdit ( boolean $id = false )
actionList ( ) Lists procedures.

보호된 메소드들

메소드 설명
assignEvent ( $eventQuery )
createExamination ( $eventQuery, $episodeId, $creator, $portalUserId, $examination, $eventType, $eyeIds, $refractionType, $opNoteId = null )
previousEventLogData ( $eventLog ) : mixed | string
replaceEvent ( $eventQuery ) : array

메소드 상세

actionDismiss() 공개 메소드

public actionDismiss ( $id )
$id

actionEdit() 공개 메소드

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

actionList() 공개 메소드

Lists procedures.
public actionList ( )

assignEvent() 보호된 메소드

protected assignEvent ( $eventQuery )
$eventQuery

createExamination() 보호된 메소드

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

previousEventLogData() 보호된 메소드

protected previousEventLogData ( $eventLog ) : mixed | string
$eventLog
리턴 mixed | string

replaceEvent() 보호된 메소드

protected replaceEvent ( $eventQuery ) : array
리턴 array

프로퍼티 상세

$itemsPerPage 공개적으로 프로퍼티

public int $itemsPerPage
리턴 integer

$layout 공개적으로 프로퍼티

public string $layout
리턴 string