PHP 클래스 DrugRoute

The followings are the available columns in table 'drug_route':
상속: extends BaseActiveRecordVersioned
파일 보기 프로젝트 열기: openeyes/openeyes 1 사용 예제들

공개 메소드들

메소드 설명
behaviors ( )
getOptions ( integer $id = null ) : DrugRouteOption[] Get active options for this route.
rules ( ) : array
tableName ( ) : string

메소드 상세

behaviors() 공개 메소드

public behaviors ( )

getOptions() 공개 메소드

Get active options for this route.
public getOptions ( integer $id = null ) : DrugRouteOption[]
$id integer Also retrieve the option matching this id if passed
리턴 DrugRouteOption[]

rules() 공개 메소드

public rules ( ) : array
리턴 array validation rules for model attributes.

tableName() 공개 메소드

public tableName ( ) : string
리턴 string the associated database table name