Exemple #1
0
 public function getSignuptype()
 {
     return $this->hasMany(SignupTypeForm::className(), ['actid' => 'id']);
 }
Exemple #2
0
 public function getSignuptypeform()
 {
     return $this->hasOne(SignupTypeForm::className(), ['id' => 'typeid']);
 }