[ Index ] |
PHP Cross Reference of phpBB-3.2.11-deutsch |
[Summary view] [Print] [Text view]
1 <?php 2 namespace GuzzleHttp\Event; 3 4 /** 5 * Holds an event emitter 6 */ 7 interface HasEmitterInterface 8 { 9 /** 10 * Get the event emitter of the object 11 * 12 * @return EmitterInterface 13 */ 14 public function getEmitter(); 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Nov 11 20:33:01 2020 | Cross-referenced by PHPXref 0.7.1 |