Documentation

ListFiles extends AbstractPlugin
in package

Table of Contents

$filesystem  : FilesystemInterface
getMethod()  : string
Get the method name.
handle()  : array<string|int, mixed>
List all files in the directory.
setFilesystem()  : mixed
Set the Filesystem object.

Properties

Methods

getMethod()

Get the method name.

public getMethod() : string
Return values
string

handle()

List all files in the directory.

public handle([string $directory = '' ][, bool $recursive = false ]) : array<string|int, mixed>
Parameters
$directory : string = ''
$recursive : bool = false
Return values
array<string|int, mixed>

Search results