* @package WoltLabSuite\Core\Data */ interface IPollObject { /** * Returns true if user can vote in polls. * * @return bool */ public function canVote(); }