first commit
This commit is contained in:
16
vendor/php-flasher/flasher/EventDispatcher/Event/StoppableEventInterface.php
vendored
Normal file
16
vendor/php-flasher/flasher/EventDispatcher/Event/StoppableEventInterface.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the PHPFlasher package.
|
||||
* (c) Younes KHOUBZA <younes.khoubza@gmail.com>
|
||||
*/
|
||||
|
||||
namespace Flasher\Prime\EventDispatcher\Event;
|
||||
|
||||
interface StoppableEventInterface
|
||||
{
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public function isPropagationStopped();
|
||||
}
|
Reference in New Issue
Block a user