Documentation

ISaveFunction

Save functions are used to include save functionality from service providers or plugins within some repository for some model object.

When a Repository or repo decorator supporting service providers is used, The getSaveFunction() method is called, which returns save functions from various service providers attached to the repo.

Table of Contents

getSaveFunction() Retrieve a list of IRunnable that contain code for saving things. array

Methods

getSaveFunction()

Retrieve a list of IRunnable that contain code for saving things.

public getSaveFunction( ) : array
Return values
array

Search results