Skip to content

1.2.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 26 Sep 16:23
· 3248 commits to 6.44.x since this release
1.2.0

This release introduces two new source locator classes, which are very helpful if you analyze directory trees that are not controlled by your autoloader:

  • BetterReflection\SourceLocator\Type\FileIteratorSourceLocator, which, given
    an iterator of .php files, will be able to find classes, functions, and so
    on in that set.
  • BetterReflection\SourceLocator\Type\DirectoriesSourceLocator, which, given
    a set of directories, will allow reflecting .php files in those directories.

Total issues resolved: 1