. */ /** * Provides timestamp data. * @package Swift * @subpackage Plugins * @author Chris Corbyn */ interface Swift_Plugins_Timer { /** * Get the current UNIX timestamp. * @return int */ public function getTimestamp(); }