GeneratorInterface.php
| 194 B | Satir:
0
| php
Geri
<?php namespace League\Event; interface GeneratorInterface { /** * Release all the added events. * * @return EventInterface[] */ public function releaseEvents(); }
Kaydet
Ctrl+S ile kaydet