\Framework\Event\AttributeEventListener

Summary

Methods
Properties
Constants
__construct()
$event
$priority
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$event

$event : ?string

Type

?string

$priority

$priority : int

Type

int

Methods

__construct()

__construct(string|null  $event = null, int  $priority) : mixed

Parameters

string|null $event

事件类名 (可选,如果不填则尝试从参数类型推断)

int $priority

优先级

Returns

mixed —