PHP_Token_Stream_CachingFactory
in package
A caching factory for token stream objects.
Tags
Table of Contents
- $cache : array<string|int, mixed>
- clear() : mixed
- get() : PHP_Token_Stream
Properties
$cache
protected
static array<string|int, mixed>
$cache
= array()
Methods
clear()
public
static clear([string $filename = null ]) : mixed
Parameters
- $filename : string = null
Return values
mixed —get()
public
static get(string $filename) : PHP_Token_Stream
Parameters
- $filename : string