/** * @inheritdoc */ public function behaviors() { return [['class' => TranslatedBehavior::className(), 'translateRelation' => 'statusLangs', 'translateAttributes' => ['title']]]; }
/** * @inheritdoc */ public function behaviors() { return [['class' => TranslatedBehavior::className(), 'translateRelation' => 'postLangs', 'translateAttributes' => ['titleLang' => 'title', 'description']]]; }