File manager - Edit - /home/jardides/www/Cloud/3rdparty/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
Back
<?php namespace GuzzleHttp\Event; /** * Trait that implements the methods of HasEmitterInterface */ trait HasEmitterTrait { /** @var EmitterInterface */ private $emitter; public function getEmitter() { if (!$this->emitter) { $this->emitter = new Emitter(); } return $this->emitter; } }
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings