| Current Path : /var/www/html/ajay/phpwebsite-1.8.x/Global/Http/ |
| Current File : /var/www/html/ajay/phpwebsite-1.8.x/Global/Http/AcceptIterator.php |
<?php
namespace Http;
/**
* For now, the Accept system does not need any special behavior from
* ArrayIterator. This class provided for as much type safety as php will give
* you, plus it may be useful in future.
*
* @author Jeff Tickle <jtickle at tux dot appstate dot edu>
*/
class AcceptIterator extends \ArrayIterator
{
}
?>