コード例 #1
0
ファイル: Arhiv.php プロジェクト: kd-brinex/paruram
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getText()
 {
     return $this->hasOne(Text::className(), ['id' => 'text_id']);
 }
コード例 #2
0
ファイル: Povod.php プロジェクト: kd-brinex/paruram
 public function getText()
 {
     return $this->hasMany(Text::className(), ['povod_id' => 'id']);
 }