PHP 클래스 WhiteboardController

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

보호된 프로퍼티들

프로퍼티 타입 설명
$headerTemplate
$whiteboard

공개 메소드들

메소드 설명
accessRules ( ) : array Define access rules for the controller.
actionConfirm ( $id ) Confirms the checks.
actionReload ( $id ) Reload the data for the whiteboard.
actionSaveComment ( $id )
actionView ( $id ) View the whiteboard.
beforeAction ( CAction $action ) : boolean Set up the CSS.
getWhiteboard ( ) : null | OphTrOperationbooking_Whiteboard
init ( )
setWhiteboard ( OphTrOperationbooking_Whiteboard $whiteboard )

메소드 상세

accessRules() 공개 메소드

Define access rules for the controller.
public accessRules ( ) : array
리턴 array

actionConfirm() 공개 메소드

Confirms the checks.
public actionConfirm ( $id )
$id

actionReload() 공개 메소드

If the data is wrong we can reload it and update the database.
public actionReload ( $id )
$id

actionSaveComment() 공개 메소드

public actionSaveComment ( $id )
$id

actionView() 공개 메소드

View the whiteboard data, if there is no data for this event we will collate and persist it in the model.
public actionView ( $id )
$id

beforeAction() 공개 메소드

We need to set up the CSS here, after the parent is called, because the parent class removes the previously registered scripts.
public beforeAction ( CAction $action ) : boolean
$action CAction
리턴 boolean

getWhiteboard() 공개 메소드

public getWhiteboard ( ) : null | OphTrOperationbooking_Whiteboard
리턴 null | OphTrOperationbooking_Whiteboard

init() 공개 메소드

public init ( )

setWhiteboard() 공개 메소드

public setWhiteboard ( OphTrOperationbooking_Whiteboard $whiteboard )
$whiteboard OphTrOperationbooking_Whiteboard

프로퍼티 상세

$headerTemplate 보호되어 있는 프로퍼티

protected $headerTemplate

$whiteboard 보호되어 있는 프로퍼티

protected $whiteboard