Table of Contents
-
$data
: array<string|int, mixed>
-
$routeId
: string
-
$files
: array<string|int, mixed>
-
$fullPath
: mixed
-
__construct()
: mixed
-
attach()
: mixed
-
getFiles()
: array<string|int, mixed>
-
getFullPath()
: mixed
-
onCall()
: mixed
-
setFullPath()
: void
$data
public
array<string|int, mixed>
$data
= []
$routeId
protected
string
$routeId
$files
private
array<string|int, mixed>
$files
= []
$fullPath
private
mixed
$fullPath
__construct()
public
__construct(mixed $pathTo, mixed $routeId) : mixed
Parameters
-
$pathTo
: mixed
-
-
$routeId
: mixed
-
Return values
mixed
—
attach()
public
attach(RouteFile $file) : mixed
Parameters
-
$file
: RouteFile
-
Return values
mixed
—
getFiles()
public
getFiles() : array<string|int, mixed>
Return values
array<string|int, mixed>
—
getFullPath()
public
getFullPath() : mixed
Return values
mixed
—
onCall()
public
onCall(WebRequest $request) : mixed
Parameters
-
$request
: WebRequest
-
Return values
mixed
—
setFullPath()
public
setFullPath(mixed $fullPath) : void
Parameters
-
$fullPath
: mixed
-
Return values
void
—