<?php /** * A plugin should implement this interface if it wants to be responsible for updating phpList. * It should implement an admin page with the name "update". */ interface Updater { }