NotificationsExtension
extends AbstractExtension
in package
Table of Contents
- $sanitize : mixed
- $session : mixed
- __construct() : mixed
- display() : string
- Show all notifications.
- getFunctions() : mixed
- {@inheritdoc}
- getName() : mixed
- {@inheritdoc}
Properties
$sanitize
protected
mixed
$sanitize
$session
protected
mixed
$session
Methods
__construct()
public
__construct(SessionInterface $session, Sanitize $sanitize) : mixed
Parameters
- $session : SessionInterface
- $sanitize : Sanitize
Return values
mixed —display()
Show all notifications.
public
display(Environment $env) : string
Parameters
- $env : Environment
Return values
string —getFunctions()
{@inheritdoc}
public
getFunctions() : mixed
Return values
mixed —getName()
{@inheritdoc}
public
getName() : mixed