Fuel\Event\Listener::stopPropagation PHP Méthode

stopPropagation() public méthode

Prevents further events from being fired.
public stopPropagation ( ) : object
Résultat object $this
    public function stopPropagation()
    {
        $this->propagate = false;
        return $this;
    }