FilesystemDateFilter
extends RecursiveFilterIterator
Table of Contents
-
$older
: mixed
-
$timestamp
: mixed
-
__construct()
: mixed
-
accept()
: bool
-
getChildren()
: RecursiveFilterIterator|static
$older
protected
mixed
$older
$timestamp
protected
mixed
$timestamp
__construct()
public
__construct(RecursiveIterator $it, mixed $timestamp, mixed $older) : mixed
Parameters
-
$it
: RecursiveIterator
-
-
$timestamp
: mixed
-
-
$older
: mixed
-
Return values
mixed
—
accept()
public
accept() : bool
Return values
bool
—
getChildren()
public
getChildren() : RecursiveFilterIterator|static
Return values
RecursiveFilterIterator|static
—