Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • CustomFilterIterator
  • DateRangeFilterIterator
  • DepthRangeFilterIterator
  • ExcludeDirectoryFilterIterator
  • FilecontentFilterIterator
  • FilenameFilterIterator
  • FilePathsIterator
  • FileTypeFilterIterator
  • FilterIterator
  • MultiplePcreFilterIterator
  • PathFilterIterator
  • RecursiveDirectoryIterator
  • SizeRangeFilterIterator
  • SortableIterator
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class RecursiveDirectoryIterator

Extends the \RecursiveDirectoryIterator to support relative paths

SplFileInfo
Extended by DirectoryIterator implements Iterator, Traversable, SeekableIterator
Extended by FilesystemIterator
Extended by RecursiveDirectoryIterator implements RecursiveIterator
Extended by Symfony\Component\Finder\Iterator\RecursiveDirectoryIterator
Namespace: Symfony\Component\Finder\Iterator
Author: Victor Berchet <victor@suumit.com>
Located at finder/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
Methods summary
public
# __construct( mixed $path, mixed $flags )

Overrides

RecursiveDirectoryIterator::__construct()
public Symfony\Component\Finder\SplFileInfo
# current( )

Return an instance of SplFileInfo with support for relative paths

Return an instance of SplFileInfo with support for relative paths

Returns

Symfony\Component\Finder\SplFileInfo
File information

Overrides

FilesystemIterator::current()
Methods inherited from RecursiveDirectoryIterator
getChildren(), getSubPath(), getSubPathname(), hasChildren()
Methods inherited from FilesystemIterator
getFlags(), key(), next(), rewind(), setFlags()
Methods inherited from DirectoryIterator
__toString(), getBasename(), getExtension(), getFilename(), isDot(), seek(), valid()
Methods inherited from SplFileInfo
_bad_state_ex(), getATime(), getCTime(), getFileInfo(), getGroup(), getInode(), getLinkTarget(), getMTime(), getOwner(), getPath(), getPathInfo(), getPathname(), getPerms(), getRealPath(), getSize(), getType(), isDir(), isExecutable(), isFile(), isLink(), isReadable(), isWritable(), openFile(), setFileClass(), setInfoClass()
Constants inherited from FilesystemIterator
CURRENT_AS_FILEINFO, CURRENT_AS_PATHNAME, CURRENT_AS_SELF, CURRENT_MODE_MASK, FOLLOW_SYMLINKS, KEY_AS_FILENAME, KEY_AS_PATHNAME, KEY_MODE_MASK, NEW_CURRENT_AND_KEY, OTHER_MODE_MASK, SKIP_DOTS, UNIX_PATHS
php-coveralls API documentation generated by ApiGen 2.8.0