PHP 클래스 Services\GpService

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

보호된 프로퍼티들

프로퍼티 타입 설명
$operations
$primary_model
$search_params

공개 메소드들

메소드 설명
delete ( integer $id ) Delete the specified GP record, first unassociating it from any patients.
modelToResource ( $gp )
resourceToModel ( $res, $gp )
search ( array $params )

메소드 상세

delete() 공개 메소드

Delete the specified GP record, first unassociating it from any patients.
public delete ( integer $id )
$id integer

modelToResource() 공개 메소드

public modelToResource ( $gp )

resourceToModel() 공개 메소드

public resourceToModel ( $res, $gp )

프로퍼티 상세

$operations 보호되어 있는 정적으로 프로퍼티

protected static $operations

$primary_model 보호되어 있는 정적으로 프로퍼티

protected static $primary_model

$search_params 보호되어 있는 정적으로 프로퍼티

protected static $search_params