0x1998 - MANAGER
Düzenlenen Dosya: SampleStoppableEvent.inc
<?php use Psr\EventDispatcher\StoppableEventInterface; class SampleStoppableEvent implements StoppableEventInterface { public function isPropagationStopped(): bool { var_dump(__METHOD__); return true; } }
geri dön