Documentation

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
CeoDocs

(topic='twig', page='self', name='twigManager', title='Manager')

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

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
CeoDocsInclude

(as='manager')

Return values
object

Manager instance

Search results