FolderIterator
in package
implements
Iterator
Table of Contents
Interfaces
- Iterator
Properties
- $_cache : array<string|int, mixed>
- $_dms : object
- $_folder : object
- $_folders : array<string|int, mixed>
- $_pointer : int
Methods
- __construct() : mixed
- current() : mixed
- key() : mixed
- next() : mixed
- rewind() : mixed
- valid() : mixed
- populate() : mixed
Properties
$_cache
protected
array<string|int, mixed>
$_cache
$_dms
protected
object
$_dms
dms
$_folder
protected
object
$_folder
folder
$_folders
protected
array<string|int, mixed>
$_folders
documents
$_pointer
protected
int
$_pointer
Methods
__construct()
public
__construct(mixed $folder) : mixed
Parameters
- $folder : mixed
current()
public
current() : mixed
key()
public
key() : mixed
next()
public
next() : mixed
rewind()
public
rewind() : mixed
valid()
public
valid() : mixed
populate()
private
populate([mixed $orderby = "" ][, mixed $dir = "asc" ][, mixed $limit = 0 ][, mixed $offset = 0 ]) : mixed
Parameters
- $orderby : mixed = ""
- $dir : mixed = "asc"
- $limit : mixed = 0
- $offset : mixed = 0