FileList
in package
implements
Iterator
uses
IteratorImplementation
FinalYes
Table of Contents
Interfaces
- Iterator
Properties
- $list : mixed
Methods
- __construct() : mixed
- current() : mixed
- getList() : array<string|int, mixed>
- key() : mixed
- next() : mixed
- rewind() : mixed
- valid() : mixed
Properties
$list
private
mixed
$list
Methods
__construct()
public
__construct(File ...$files) : mixed
Parameters
- $files : File
current()
public
current() : mixed
Attributes
- #[ReturnTypeWillChange]
getList()
public
& getList() : array<string|int, mixed>
Return values
array<string|int, mixed>key()
public
key() : mixed
Attributes
- #[ReturnTypeWillChange]
next()
public
next() : mixed
Attributes
- #[ReturnTypeWillChange]
rewind()
public
rewind() : mixed
Attributes
- #[ReturnTypeWillChange]
valid()
public
valid() : mixed
Attributes
- #[ReturnTypeWillChange]