Gc\Event\CacheEvent::setAbort PHP Method

setAbort() public method

Set Abort status
public setAbort ( boolean $abort ) : CacheEvent
$abort boolean Boolean to define if the cache is aborted
return CacheEvent
    public function setAbort($abort)
    {
        $this->abort = (bool) $abort;
        return $this;
    }