Page MenuHomeWickedGov Phorge

TimeLimit.php
No OneTemporary

Size
326 B
Referenced Files
None
Subscribers
None

TimeLimit.php

<?php
namespace Eris\Shrinker;
interface TimeLimit
{
/**
* Call to start measuring the time interval.
*
* @return void
*/
public function start();
/**
* @return bool
*/
public function hasBeenReached();
/**
* @return string
*/
public function __toString();
}

File Metadata

Mime Type
text/x-php
Expires
Sat, May 16, 21:28 (1 d, 8 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f0/16/7009ba12e1c6a9e08d4ce03183c9
Default Alt Text
TimeLimit.php (326 B)

Event Timeline