= 2) { $user = (new Users)->getByShortURL($data); if($user) $this->pass("openvk!User->view", $user->getId()); $club = (new Clubs)->getByShortURL($data); if($club) $this->pass("openvk!Group->view", "public", $club->getId()); } $this->notFound(); } }