PHP 클래스 Services\PracticeService

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
delete ( integer $id ) Delete the practice from the database, first unassociating it with any patients.
modelToResource ( $practice )
resourceToModel ( $res, $prac )
search ( array $params )

메소드 상세

delete() 공개 메소드

Delete the practice from the database, first unassociating it with any patients.
public delete ( integer $id )
$id integer

modelToResource() 공개 메소드

public modelToResource ( $practice )

resourceToModel() 공개 메소드

public resourceToModel ( $res, $prac )

프로퍼티 상세

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

protected static $operations

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

protected static $primary_model

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

protected static $search_params