App\Libraries\WatchRecord\InotifyWatchRecord::isDeleted PHP Method

isDeleted() public method

Determine if the object has just been deleted or moved from our watched directory.
public isDeleted ( ) : boolean
return boolean
    public function isDeleted()
    {
        return $this->eventExists('DELETE') || $this->eventExists('MOVED_FROM');
    }