Documentation

FormulaLoaderInterface

Loads formulae.

Tags
author

Kris Wallsmith kris.wallsmith@gmail.com

Table of Contents

load()  : array<string|int, mixed>
Loads formulae from a resource.

Methods

load()

Loads formulae from a resource.

public load(ResourceInterface $resource) : array<string|int, mixed>

Formulae should be loaded the same regardless of the current debug mode. Debug considerations should happen downstream.

Parameters
$resource : ResourceInterface

A resource

Return values
array<string|int, mixed>

An array of formulae

Search results