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

  • AbstractAdapter
  • AbstractFindAdapter
  • BsdFindAdapter
  • GnuFindAdapter
  • PhpAdapter

Interfaces

  • AdapterInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Class PhpAdapter

PHP finder engine implementation.

Symfony\Component\Finder\Adapter\AbstractAdapter implements Symfony\Component\Finder\Adapter\AdapterInterface
Extended by Symfony\Component\Finder\Adapter\PhpAdapter
Namespace: Symfony\Component\Finder\Adapter
Author: Jean-François Simon <contact@jfsimon.fr>
Located at finder/Symfony/Component/Finder/Adapter/PhpAdapter.php
Methods summary
public Iterator
# searchInDirectory( string $dir )

Parameters

$dir
string
$dir

Returns

Iterator
Result iterator
public string
# getName( )

Returns adapter name.

Returns adapter name.

Returns

string
protected Boolean
# canBeUsed( )

Returns whether the adapter is supported in the current environment.

Returns whether the adapter is supported in the current environment.

Returns

Boolean
Whether the adapter is supported
Methods inherited from Symfony\Component\Finder\Adapter\AbstractAdapter
isSupported(), setContains(), setDates(), setDepths(), setExclude(), setFilters(), setFollowLinks(), setMode(), setNames(), setNotContains(), setNotNames(), setNotPath(), setPath(), setSizes(), setSort()
Properties inherited from Symfony\Component\Finder\Adapter\AbstractAdapter
$contains, $dates, $exclude, $filters, $followLinks, $maxDepth, $minDepth, $mode, $names, $notContains, $notNames, $notPaths, $paths, $sizes, $sort
php-coveralls API documentation generated by ApiGen 2.8.0