ok

Mini Shell

Direktori : /home2/selectio/www/3-idiots/vendor/league/event/src/
Upload File :
Current File : /home2/selectio/www/3-idiots/vendor/league/event/src/EmitterAwareInterface.php

<?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();
}

Zerion Mini Shell 1.0