View
in package
FinalYes
Legacy helper for parsing and grouping tracking archive views.
Included for historical compatibility only. This API is deprecated and should not be used in new code.
Tags
Table of Contents
Properties
- $archive : mixed
- $groupList : mixed
- $logURI : mixed
- $pageLimit : mixed
- $pageNo : mixed
- $searchList : mixed
Methods
- __construct() : mixed
- asNode() : DOMDocumentFragment
- parseRequest() : void
Properties
$archive
protected
mixed
$archive
= null
$groupList
protected
mixed
$groupList
= []
$logURI
protected
mixed
$logURI
= null
$pageLimit
protected
mixed
$pageLimit
= 500
$pageNo
protected
mixed
$pageNo
= null
$searchList
protected
mixed
$searchList
= []
Methods
__construct()
public
__construct(Archive $archive) : mixed
Parameters
- $archive : Archive
asNode()
public
asNode(DOMDocument $dataDoc) : DOMDocumentFragment
Parameters
- $dataDoc : DOMDocument
Return values
DOMDocumentFragmentparseRequest()
public
parseRequest(HTTPRequest $request) : void
Parameters
- $request : HTTPRequest