SimplePageHandler
extends Handler
in package
Class SimplePageHandler
Table of Contents
Properties
- $resourceCache : array<string|int, mixed>
- $searchPaths : array<string|int, mixed>
Methods
- __construct() : mixed
- addResourcePath() : void
- getResourcePaths() : array<string|int, mixed>
- handle() : int
- getResource() : string
Properties
$resourceCache
private
array<string|int, mixed>
$resourceCache
= []
$searchPaths
private
array<string|int, mixed>
$searchPaths
= []
Methods
__construct()
public
__construct() : mixed
addResourcePath()
public
addResourcePath(string $path) : void
Parameters
- $path : string
getResourcePaths()
public
getResourcePaths() : array<string|int, mixed>
Return values
array<string|int, mixed>handle()
public
handle() : int
Return values
intgetResource()
protected
getResource(string $resource) : string
Parameters
- $resource : string