public function GenericEvent::getArguments in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/event-dispatcher/GenericEvent.php \Symfony\Component\EventDispatcher\GenericEvent::getArguments()
Getter for all arguments.
Return value
array
File
- vendor/
symfony/ event-dispatcher/ GenericEvent.php, line 97
Class
- GenericEvent
- Event encapsulation class.
Namespace
Symfony\Component\EventDispatcherCode
public function getArguments() {
return $this->arguments;
}