\Omega\View\Engine HasManagerTrait

Has manager trait class.

The HasManagerTrait provides a common method to set a ViewManager object. It is used to manage view-related functionality within rendering classes.

Summary

Methods
Properties
Constants
setManager
No public properties found
No public constants found
No protected methods found
viewManager
No protected constants found
No private methods found
No private properties found
No private constants found

Properties

$viewManager

$viewManager : \Omega\View\ViewManager

ViewManager object.

Type

ViewManager — Holds an instance of ViewManager.

Methods

setManager()

setManager(\Omega\View\ViewManager  $viewManager) : $this

Set the view manager object.

Parameters

\Omega\View\ViewManager $viewManager

Holds an instance of ViewManager.

Returns

$this —