コード例 #1
0
ファイル: ResPartner.php プロジェクト: hendri30/OpenPrint
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMailNotifications()
 {
     return $this->hasMany(MailNotification::className(), ['partner_id' => 'id']);
 }