ManagerFunction
extends BaseFunction
in package
Fetch a single manager handler allowing you to interact with it.
May not be as helpful as the fetch
handler
Tags
Table of Contents
- __construct() : mixed
- getDI() : mixed
- getFunctionName() : mixed
- getFunctionOptions() : mixed
- handle() : object
- Return a manager instance
Methods
__construct()
public
__construct() : mixed
Return values
mixed —getDI()
public
getDI() : mixed
Return values
mixed —getFunctionName()
public
getFunctionName() : mixed
Return values
mixed —getFunctionOptions()
public
getFunctionOptions() : mixed
Return values
mixed —handle()
Return a manager instance
public
handle(mixed $what) : object
{{ manager('article').findFirstByUuid(...) }}
Parameters
- $what : mixed
Tags
Return values
object —Manager instance