Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBoletoRetornos()
 {
     return $this->hasMany(BoletoRetorno::className(), ['boleto_id' => 'id']);
 }
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getBoletoRetorno()
 {
     return $this->hasOne(BoletoRetorno::className(), ['id' => 'boleto_retorno_id']);
 }