* @package WoltLabSuite\Core\Data * @since 5.2 */ interface IPollContainer extends IIDObject, IPollObject { /** * Returns the id of the poll that belongs to this object or `null` if there is no such poll. * * @return null|integer */ public function getPollID(); }