TYPO3  7.6
Public Member Functions | Protected Member Functions | List of all members
UnsupportedAdapter Class Reference
Inheritance diagram for UnsupportedAdapter:
AbstractAdapter AdapterInterface

Public Member Functions

 searchInDirectory ($dir)
 
 getName ()
 
- Public Member Functions inherited from AbstractAdapter
 isSupported ()
 
 setFollowLinks ($followLinks)
 
 setMode ($mode)
 
 setDepths (array $depths)
 
 setExclude (array $exclude)
 
 setNames (array $names)
 
 setNotNames (array $notNames)
 
 setContains (array $contains)
 
 setNotContains (array $notContains)
 
 setSizes (array $sizes)
 
 setDates (array $dates)
 
 setFilters (array $filters)
 
 setSort ($sort)
 
 setPath (array $paths)
 
 setNotPath (array $notPaths)
 
 ignoreUnreadableDirs ($ignore=true)
 

Protected Member Functions

 canBeUsed ()
 
- Protected Member Functions inherited from AbstractAdapter
 canBeUsed ()
 

Additional Inherited Members

- Protected Attributes inherited from AbstractAdapter
 $followLinks = false
 
 $mode = 0
 
 $minDepth = 0
 
 $maxDepth = PHP_INT_MAX
 
 $exclude = array()
 
 $names = array()
 
 $notNames = array()
 
 $contains = array()
 
 $notContains = array()
 
 $sizes = array()
 
 $dates = array()
 
 $filters = array()
 
 $sort = false
 
 $paths = array()
 
 $notPaths = array()
 
 $ignoreUnreadableDirs = false
 

Detailed Description

Author
Jean-François Simon conta.nosp@m.ct@j.nosp@m.fsimo.nosp@m.n.fr

Definition at line 19 of file UnsupportedAdapter.php.

Member Function Documentation

canBeUsed ( )
protected

{}

Definition at line 40 of file UnsupportedAdapter.php.

getName ( )

{Returns adapter name.

Returns
string
}

Implements AdapterInterface.

Definition at line 32 of file UnsupportedAdapter.php.

searchInDirectory (   $dir)

{

Parameters
string$dir
Returns
Result iterator
}

Implements AdapterInterface.

Definition at line 24 of file UnsupportedAdapter.php.