jProfilesCompiler
in package
read and consolidate data from a profile, and store results into a cache file.
Tags
Table of Contents
- $plugins : array<string|int, jProfilesCompilerPlugin>
- $sources : array<string|int, mixed>
- __construct() : mixed
- compile() : array<string|int, mixed>
- read all profiles from the source file, and returns an array with consolidated data, processed by plugins.
- loadPlugin() : mixed
Properties
$plugins
protected
array<string|int, jProfilesCompilerPlugin>
$plugins
= array()
Tags
$sources
protected
array<string|int, mixed>
$sources
representing ini content
Tags
Methods
__construct()
public
__construct(mixed $sourceFile) : mixed
Parameters
- $sourceFile : mixed
Tags
Return values
mixed —compile()
read all profiles from the source file, and returns an array with consolidated data, processed by plugins.
public
compile() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed> —consolidated data
loadPlugin()
protected
loadPlugin(mixed $name) : mixed
Parameters
- $name : mixed