rest_mediatekdocuments

Loader
in package
implements LoaderInterface

FinalYes

Table of Contents

Interfaces

LoaderInterface

Methods

load()  : array<string, string|null>
Load the given entries into the repository.

Methods

load()

Load the given entries into the repository.

public load(RepositoryInterface $repository, array<string|int, Entry$entries) : array<string, string|null>

We'll substitute any nested variables, and send each variable to the repository, with the effect of actually mutating the environment.

Parameters
$repository : RepositoryInterface
$entries : array<string|int, Entry>
Return values
array<string, string|null>

        
On this page

Search results