255], ]; } /** * @inheritdoc */ public function attributeLabels() { return [ 'id' => 'ID', 'menu_name' => Yii::t('app','Menu Name'), ]; } public function getDocuments(){ return $this->hasMany(DocumentsToTheUser::className(), ['menu_to_the_user_id' => 'id']); } }