8889841chome/clixcotz/fmi.clix.co.tz/vendor/maatwebsite/excel/src/DelegatedMacroable.php000064400000001324150536200620023765 0ustar00getDelegate(), $method)) { return call_user_func_array([$this->getDelegate(), $method], $parameters); } array_unshift($parameters, $this); return $this->__callMacro($method, $parameters); } /** * @return object */ abstract public function getDelegate(); }