PNGetFilesResult
Table of Contents
Properties
-
$count
: int
-
$data
: array<string|int, mixed>
-
$files
: array<string|int, mixed>
-
$next
: mixed
-
$prev
: mixed
Methods
-
__construct()
: mixed
-
__toString()
: mixed
-
getCount()
: mixed
-
getData()
: mixed
-
getFiles()
: mixed
-
getNext()
: mixed
-
getPrev()
: mixed
$count
protected
int
$count
$data
protected
array<string|int, mixed>
$data
$files
protected
array<string|int, mixed>
$files
$next
protected
mixed
$next
$prev
protected
mixed
$prev
__construct()
public
__construct(mixed $result) : mixed
Parameters
-
$result
: mixed
-
__toString()
public
__toString() : mixed
getCount()
public
getCount() : mixed
getData()
public
getData() : mixed
getFiles()
public
getFiles() : mixed
getNext()
public
getNext() : mixed
getPrev()
public
getPrev() : mixed