Overview

Namespaces

  • expect
    • config
    • configurator
    • context
    • factory
    • matcher
      • strategy
    • package
    • registry
    • reporter

Classes

  • DefaultMatcherPackage
  • DefaultPackageRegistrar
  • MatcherClass
  • ReflectionIterator

Exceptions

  • ComposerJsonNotFoundException
  • Overview
  • Namespace
  • Class

Class ReflectionIterator

expect\package\ReflectionIterator implements Iterator
Namespace: expect\package
Located at package/ReflectionIterator.php
Methods summary
public
# __construct( string $namespace, string $namespaceDirectory )

Parameters

$namespace
$namespaceDirectory
public expect\package\MatcherClass
# current( )

Returns

expect\package\MatcherClass

Implementation of

Iterator::current()
public
# key( )

Implementation of

Iterator::key()
public
# next( )

Implementation of

Iterator::next()
public
# rewind( )

Implementation of

Iterator::rewind()
public
# valid( )

Implementation of

Iterator::valid()
Expect API documentation generated by ApiGen