for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of the Axstrad library.
*
* (c) Dan Kempster <[email protected]>
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Axstrad\Component\Test\Example;
* Axstrad\Component\Test\Example\ExampleList
* @author Dan Kempster <[email protected]>
* @license http://opensource.org/licenses/MIT MIT
* @package Axstrad\Test
* @subpackage Iterator
class ExampleList implements
\Iterator
{
public function current()
}
public function key()
public function next()
public function rewind()
public function valid()