Path
Table of Contents
Properties
-
$component
: mixed
-
$request
: mixed
Methods
-
__construct()
: mixed
-
getComponent()
: mixed
-
getFolderUsersValue()
: string
-
getFolderWorkgroupsValue()
: string
-
getRequest()
: mixed
-
preparePathParams()
: array<string|int, mixed>
-
setFolderUsersValue()
: void
-
setFolderWorkgroupsValue()
: void
-
setPaths()
: void
$component
public
mixed
$component
= null
$request
public
mixed
$request
= null
__construct()
public
__construct(mixed $params) : mixed
Parameters
-
$params
: mixed
-
getComponent()
public
getComponent() : mixed
getFolderUsersValue()
public
getFolderUsersValue() : string
getFolderWorkgroupsValue()
public
getFolderWorkgroupsValue() : string
getRequest()
public
getRequest() : mixed
preparePathParams()
public
preparePathParams(mixed &$componentParams) : array<string|int, mixed>
Parameters
-
$componentParams
: mixed
-
Return values
array<string|int, mixed>
setFolderUsersValue()
public
setFolderUsersValue([mixed $value = '' ]) : void
Parameters
-
$value
: mixed
= ''
-
setFolderWorkgroupsValue()
public
setFolderWorkgroupsValue([mixed $value = '' ]) : void
Parameters
-
$value
: mixed
= ''
-
setPaths()
public
setPaths(mixed &$params) : void
Parameters
-
$params
: mixed
-