Bluz\EventManager\Event::setTarget PHP Method

setTarget() public method

Set the event target/context
public setTarget ( null | string | object $target ) : Event
$target null | string | object
return Event
    public function setTarget($target)
    {
        $this->target = $target;
        return $this;
    }