Jackalope\Observation\EventFilter::setNoLocal PHP Method

setNoLocal() public method

{@inheritDoc}
public setNoLocal ( $noLocal )
    public function setNoLocal($noLocal)
    {
        throw new \Jackalope\NotImplementedException('TODO: how can we figure out if an event was local?');
        $this->noLocal = $noLocal;
        return $this;
    }