Class AbstractListener

Summary

Fully Qualified Name: Laminas\ModuleManager\Listener\AbstractListener

Description

Abstract listener

Methods

Name Description Defined By
__construct() __construct AbstractListener
getOptions() Get options. AbstractListener
setOptions() Set options. AbstractListener

Method Details

__construct()

__construct

Parameter Name Type Description
$options \ListenerOptions

Returns:

getOptions()

Get options.

Returns: \ListenerOptions

setOptions()

Set options.

Parameter Name Type Description
$options \ListenerOptions the

Returns: \AbstractListener

Top