관리-도구
편집 파일: StoppableEventInterface.php
<?php declare(strict_types=1); namespace Flasher\Prime\EventDispatcher\Event; interface StoppableEventInterface { public function isPropagationStopped(): bool; }