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 BsdFindAdapter

Shell engine implementation using BSD find command.

Symfony\Component\Finder\Adapter\AbstractAdapter implements Symfony\Component\Finder\Adapter\AdapterInterface
Extended by Symfony\Component\Finder\Adapter\AbstractFindAdapter
Extended by Symfony\Component\Finder\Adapter\BsdFindAdapter
Namespace: Symfony\Component\Finder\Adapter
Author: Jean-François Simon <contact@jfsimon.fr>
Located at finder/Symfony/Component/Finder/Adapter/BsdFindAdapter.php
Methods summary
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

Overrides

Symfony\Component\Finder\Adapter\AbstractFindAdapter::canBeUsed()
protected
# buildFormatSorting( Symfony\Component\Finder\Shell\Command $command, string $sort )

Parameters

$command
Symfony\Component\Finder\Shell\Command
$command
$sort
string
$sort
protected Symfony\Component\Finder\Shell\Command
# buildFindCommand( Symfony\Component\Finder\Shell\Command $command, string $dir )

Parameters

$command
Symfony\Component\Finder\Shell\Command
$command
$dir
string
$dir

Returns

Symfony\Component\Finder\Shell\Command

Overrides

Symfony\Component\Finder\Adapter\AbstractFindAdapter::buildFindCommand()
protected
# buildContentFiltering( Symfony\Component\Finder\Shell\Command $command, array $contains, Boolean $not = false )

Parameters

$command
Symfony\Component\Finder\Shell\Command
$command
$contains
array
$contains
$not
Boolean
$not
Methods inherited from Symfony\Component\Finder\Adapter\AbstractFindAdapter
__construct(), searchInDirectory()
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\AbstractFindAdapter
$shell
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