[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/symfony/finder/Adapter/ -> AbstractFindAdapter.php (summary)

Shell engine implementation using GNU find command.

Author: Jean-François Simon <contact@jfsimon.fr>
File Size: 325 lines (11 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  __construct()
  searchInDirectory()
  canBeUsed()
  buildFindCommand()
  buildNamesFiltering()
  buildPathsFiltering()
  buildSizesFiltering()
  buildDatesFiltering()
  buildSorting()

Functions
Functions that are not part of a class:

__construct()   X-Ref
No description

searchInDirectory($dir)   X-Ref
{@inheritdoc}


canBeUsed()   X-Ref
{@inheritdoc}


buildFindCommand(Command $command, $dir)   X-Ref

param: Command $command
param: string  $dir
return: Command

buildNamesFiltering(Command $command, array $names, $not = false)   X-Ref

param: Command  $command
param: string[] $names
param: bool     $not

buildPathsFiltering(Command $command, $dir, array $paths, $not = false)   X-Ref

param: Command  $command
param: string   $dir
param: string[] $paths
param: bool     $not

buildSizesFiltering(Command $command, array $sizes)   X-Ref

param: Command            $command
param: NumberComparator[] $sizes

buildDatesFiltering(Command $command, array $dates)   X-Ref

param: Command          $command
param: DateComparator[] $dates

buildSorting(Command $command, $sort)   X-Ref

param: Command $command
param: string  $sort



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1