Aplus Framework Docs

Isolation
in package

Class Isolation.

Table of Contents

require()  : mixed
Requires a file in a sub-isolated scope.

Methods

require()

Requires a file in a sub-isolated scope.

public static require(string $__filename[, array<int|string, mixed> $__data = [] ]) : mixed
Parameters
$__filename : string

The file to be required

$__data : array<int|string, mixed> = []

Data to be extracted as variables

Return values
mixed

The return of the require

Search results