Documentation

DocumentIterator
in package
implements Iterator

Implementation of the document iterartor

Tags
category

DMS

license

GPL 2

version

@version@

version

Release: @package_version@

author

Uwe Steinmann uwe@steinmann.cx

copyright

Copyright (C) 2010-2024 Uwe Steinmann

Table of Contents

Interfaces

Iterator

Properties

$_cache  : array<string|int, mixed>
$_dms  : object
$_documents  : array<string|int, mixed>
$_folder  : object
$_pointer  : int

Methods

__construct()  : mixed
current()  : mixed
key()  : mixed
next()  : void
rewind()  : void
valid()  : bool
populate()  : mixed

Properties

Methods

__construct()

public __construct(mixed $folder) : mixed
Parameters
$folder : 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

        
On this page

Search results