class FunctionProvider

Properties

static $cache

Methods

static string
get(string $funcName)

Return a function's source from the cache or the filesystem

Details

at line 133
static string get(string $funcName)

Return a function's source from the cache or the filesystem

Parameters

string $funcName

Function's name

Return Value

string

Function's source