Documentation

Info extends Base
in package

Table of Contents

Properties

$detail  : object
$meta  : Meta
$stats  : object

Methods

fromObj()  : self
fromReq()  : self
setDetail()  : void
setStats()  : void
toJson()  : string
Converts item into a JSON string
setMeta()  : void

Properties

$detail

public object $detail

$stats

public object $stats

Methods

fromObj()

public static fromObj(object $cache) : self
Parameters
$cache : object
Return values
self

setDetail()

public setDetail(object $detail) : void
Parameters
$detail : object

setStats()

public setStats(object $stats) : void
Parameters
$stats : object

toJson()

Converts item into a JSON string

public toJson([bool $pretty_print = false ]) : string
Parameters
$pretty_print : bool = false

Use pretty print

Return values
string

        
On this page

Search results