Loads formulae.
@author Kris Wallsmith <kris.wallsmith@gmail.com>
Expanded class hierarchy of FormulaLoaderInterface
All classes that implement FormulaLoaderInterface
interface FormulaLoaderInterface {
/**
* Loads formulae from a resource.
*
* Formulae should be loaded the same regardless of the current debug
* mode. Debug considerations should happen downstream.
*
* @param ResourceInterface $resource A resource
*
* @return array An array of formulae
*/
public function load(ResourceInterface $resource);
}
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FormulaLoaderInterface:: |
public | function | Loads formulae from a resource. | 3 |