ManagerFunction
class ManagerFunction extends BaseFunction
Fetch a single manager handler allowing you to interact with it.
May not be as helpful as the fetch
handler
Methods
getFunctionName()
No description
object
handle($what)
Return a manager instance
Details
in BaseFunction at line 9
__construct()
in BaseFunction at line 18
getFunctionOptions()
in BaseFunction at line 23
getDI()
at line 11
getFunctionName()
at line 26
object
handle($what)
Return a manager instance
{{ manager('article').findFirstByUuid(...) }}