Exemplo n.º 1
0
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getMessageGroup()
 {
     return $this->hasOne(MessageGroup::className(), ['id' => 'message_group_id']);
 }
Exemplo n.º 2
0
 /**
  * @inheritdoc
  */
 public function attributeLabels()
 {
     $attributeLabels = parent::attributeLabels();
     $attributeLabels['message_group_i18n_title'] = Yii::t('kalibao', 'model:title');
     return $attributeLabels;
 }