Snaju Inception Docs

Route
in package

Table of Contents

$data  : array<string|int, mixed>
$files  : array<string|int, mixed>
$fullPath  : mixed
__construct()  : mixed
attach()  : mixed
getFiles()  : array<string|int, mixed>
getFullPath()  : mixed
onCall()  : mixed
setFullPath()  : void

Properties

$data

public array<string|int, mixed> $data = []

$files

private array<string|int, mixed> $files = []

$fullPath

private mixed $fullPath

Methods

__construct()

public __construct(mixed $fullPath) : mixed
Parameters
$fullPath : mixed
Return values
mixed

getFiles()

public getFiles() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFullPath()

public getFullPath() : mixed
Return values
mixed

setFullPath()

public setFullPath(mixed $fullPath) : void
Parameters
$fullPath : mixed
Return values
void

Search results