KeyDirectory
in package
implements
Iterator
uses
IteratorImplementation
FinalYes
Table of Contents
Interfaces
- Iterator
Properties
- $keys : array<string|int, SplFileInfo>
Methods
- __construct() : mixed
- current() : mixed
- getList() : array<string|int, mixed>
- key() : mixed
- next() : mixed
- rewind() : mixed
- valid() : mixed
Properties
$keys
private
array<string|int, SplFileInfo>
$keys
Methods
__construct()
public
__construct(SplFileInfo $publicKeyFolder) : mixed
Parameters
- $publicKeyFolder : SplFileInfo
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]