PHP 클래스 BenefitController

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

공개 프로퍼티들

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

공개 메소드들

메소드 설명
actionDelete ( ) Deletes rows for the model.
actionEdit ( boolean | integer $id = false ) Edits or adds a Procedure.
actionList ( ) Lists procedures.

메소드 상세

actionDelete() 공개 메소드

Deletes rows for the model.
public actionDelete ( )

actionEdit() 공개 메소드

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

actionList() 공개 메소드

Lists procedures.
public actionList ( )

프로퍼티 상세

$itemsPerPage 공개적으로 프로퍼티

public int $itemsPerPage
리턴 integer

$layout 공개적으로 프로퍼티

public string $layout
리턴 string