|
@@ -37,6 +37,8 @@ namespace Symfony\Component\EventDispatcher;
|
|
|
* @author Jonathan Wage <jonwage@gmail.com>
|
|
|
* @author Roman Borschel <roman@code-factory.org>
|
|
|
* @author Bernhard Schussek <bschussek@gmail.com>
|
|
|
+ *
|
|
|
+ * @api
|
|
|
*/
|
|
|
class Event
|
|
|
{
|
|
@@ -50,6 +52,8 @@ class Event
|
|
|
*
|
|
|
* @see Event::stopPropagation
|
|
|
* @return Boolean Whether propagation was already stopped for this event.
|
|
|
+ *
|
|
|
+ * @api
|
|
|
*/
|
|
|
public function isPropagationStopped()
|
|
|
{
|
|
@@ -62,6 +66,8 @@ class Event
|
|
|
* If multiple event listeners are connected to the same event, no
|
|
|
* further event listener will be triggered once any trigger calls
|
|
|
* stopPropagation().
|
|
|
+ *
|
|
|
+ * @api
|
|
|
*/
|
|
|
public function stopPropagation()
|
|
|
{
|