* @see EmailActivation */ final class EmailActivationQuery extends ActiveQuery { public function withType(int ...$typeId): self { return $this->andWhere(['type' => $typeId]); } }