class
League
/
CommonMark
/
Event
/
ListenerData
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
ListenerData
Properties
private
$event class-string
Default: null
private
$listener callable
Default: null
Methods
public
__construct ( string $event , callable $listener ) : void
Parameters
- $event class-string
public
getEvent ( ) : class-string
public