PHP 클래스 ProcedureController

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
accessRules ( )
actionAutocomplete ( ) Lists all disorders for a given search term.
actionBenefits ( $id )
actionComplications ( $id )
actionDelete ( ) Deletes rows for the model.
actionDetails ( )
actionEdit ( boolean | integer $id = false ) Edits or adds a Procedure.
actionList ( )

보호된 메소드들

메소드 설명
beforeAction ( $action )

메소드 상세

accessRules() 공개 메소드

public accessRules ( )

actionAutocomplete() 공개 메소드

Lists all disorders for a given search term.
public actionAutocomplete ( )

actionBenefits() 공개 메소드

public actionBenefits ( $id )

actionComplications() 공개 메소드

public actionComplications ( $id )

actionDelete() 공개 메소드

Deletes rows for the model.
public actionDelete ( )

actionDetails() 공개 메소드

public actionDetails ( )

actionEdit() 공개 메소드

Edits or adds a Procedure.
public actionEdit ( boolean | integer $id = false )
$id boolean | integer

actionList() 공개 메소드

public actionList ( )

beforeAction() 보호된 메소드

protected beforeAction ( $action )

프로퍼티 상세

$itemsPerPage 공개적으로 프로퍼티

public int $itemsPerPage
리턴 integer

$layout 공개적으로 프로퍼티

public string $layout
리턴 string