Class AbstractAdapter
Interface for finder engine implementations.
- Symfony\Component\Finder\Adapter\AbstractAdapter implements Symfony\Component\Finder\Adapter\AdapterInterface
Direct known subclasses
Symfony\Component\Finder\Adapter\AbstractFindAdapter, Symfony\Component\Finder\Adapter\PhpAdapterIndirect known subclasses
Symfony\Component\Finder\Adapter\BsdFindAdapter, Symfony\Component\Finder\Adapter\GnuFindAdapter
Abstract
Namespace: Symfony\Component\Finder\Adapter
Author: Jean-François Simon <contact@jfsimon.fr>
Located at finder/Symfony/Component/Finder/Adapter/AbstractAdapter.php
Namespace: Symfony\Component\Finder\Adapter
Author: Jean-François Simon <contact@jfsimon.fr>
Located at finder/Symfony/Component/Finder/Adapter/AbstractAdapter.php
getName(),
searchInDirectory()
|
protected
boolean
|
$followLinks | false |
|
protected
integer
|
$mode | 0 |
|
protected
integer
|
$minDepth | 0 |
|
protected
integer
|
$maxDepth | PHP_INT_MAX |
|
protected
array
|
$exclude | array() |
|
protected
array
|
$names | array() |
|
protected
array
|
$notNames | array() |
|
protected
array
|
$contains | array() |
|
protected
array
|
$notContains | array() |
|
protected
array
|
$sizes | array() |
|
protected
array
|
$dates | array() |
|
protected
array
|
$filters | array() |
|
protected
boolean
|
$sort | false |
|
protected
array
|
$paths | array() |
|
protected
array
|
$notPaths | array() |