EmitterAwareInterface.php
| 363 B | Satir:
0
| php
Geri
<?php namespace League\Event; interface EmitterAwareInterface { /** * Set the Emitter. * * @param EmitterInterface $emitter * * @return $this */ public function setEmitter(EmitterInterface $emitter = null); /** * Get the Emitter. * * @return EmitterInterface */ public function getEmitter(); }
Kaydet
Ctrl+S ile kaydet