CommissioningBodyPatientAssignment::relations PHP 메소드

relations() 공개 메소드

public relations ( ) : array
리턴 array relational rules.
    public function relations()
    {
        // NOTE: you may need to adjust the relation name and the related
        // class name for the relations automatically generated below.
        return array('commissioning_body' => array(self::BELONGS_TO, 'CommissioningBody', 'commissioning_body_id'), 'patient' => array(self::BELONGS_TO, 'Patient', 'patient_id'));
    }