Sindbad~EG File Manager

Current Path : /home/webg5288/www/mentengpark_ok/vendor/maatwebsite/excel/src/Events/
Upload File :
Current File : /home/webg5288/www/mentengpark_ok/vendor/maatwebsite/excel/src/Events/Event.php

<?php

namespace Maatwebsite\Excel\Events;

abstract class Event
{
    /**
     * @return object
     */
    abstract public function getConcernable();

    /**
     * @return mixed
     */
    abstract public function getDelegate();

    /**
     * @param  string  $concern
     * @return bool
     */
    public function appliesToConcern(string $concern): bool
    {
        return $this->getConcernable() instanceof $concern;
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists