255], [['comment'], 'string'], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'id' => 'ID', 'email' => 'Email', 'phone' => 'Phone', 'profile_id' => 'Profile ID', 'user_id' => 'User ID', 'created_at' => 'Created At', 'comment' => 'Комментарий', ]; } }