IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/vendor/maatwebsite/excel/src/Events/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/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;
    }
}

Copyright © 2021 - 2025 IMMREX7