NeonFileLoader
extends FileLoader
in package
YamlFileLoader loads configuration parameters from yaml file.
Tags
Table of Contents
Methods
- load() : array<string|int, mixed>
- Loads a Neon file.
- supports() : bool
- Returns true if this class supports the given resource.
Methods
load()
Loads a Neon file.
public
load(mixed $resource[, string|null $type = null ]) : array<string|int, mixed>
Parameters
- $resource : mixed
-
The resource to load.
- $type : string|null = null
-
The resource type.
Tags
Return values
array<string|int, mixed>supports()
Returns true if this class supports the given resource.
public
supports(mixed $resource[, string|null $type = null ]) : bool
Parameters
- $resource : mixed
-
A resource.
- $type : string|null = null
-
The resource type.
Return values
bool —true If this class supports the given resource, false otherwise.