Table of Contents
Constants
-
SCOPE_MOBILE
= 'mobile'
-
SCOPE_WEB
= 'web'
Methods
-
getFiles()
: array<string|int, File>|null
-
getNumberOfFiles()
: int
-
getRendererName()
: string
-
getScope()
: string|null
-
getSort()
: int|null
-
getTitle()
: string|null
-
getUpdateParams()
: array<string|int, mixed>|null
-
setFiles()
: $this
-
setScope()
: self
-
setScopeMobile()
: self
-
setScopeWeb()
: self
-
setSort()
: self
-
setTitle()
: self
-
setUpdateParams()
: self
-
toArray()
: array<string|int, mixed>
SCOPE_MOBILE
public
mixed
SCOPE_MOBILE
= 'mobile'
SCOPE_WEB
public
mixed
SCOPE_WEB
= 'web'
getFiles()
public
getFiles() : array<string|int, File>|null
Return values
array<string|int, File>|null
getNumberOfFiles()
public
getNumberOfFiles() : int
getRendererName()
public
getRendererName() : string
getScope()
public
getScope() : string|null
Return values
string|null
getSort()
public
getSort() : int|null
getTitle()
public
getTitle() : string|null
Return values
string|null
getUpdateParams()
public
getUpdateParams() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null
setFiles()
public
setFiles(array<string|int, File>|null $files) : $this
Parameters
-
$files
: array<string|int, File>|null
-
setScope()
public
setScope(string|null $scope) : self
Parameters
-
$scope
: string|null
-
setScopeMobile()
public
setScopeMobile() : self
setScopeWeb()
public
setScopeWeb() : self
setSort()
public
setSort(int|null $sort) : self
Parameters
-
$sort
: int|null
-
setTitle()
public
setTitle(string|null $title) : self
Parameters
-
$title
: string|null
-
setUpdateParams()
public
setUpdateParams(array<string|int, mixed>|null $params) : self
Parameters
-
$params
: array<string|int, mixed>|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>