getHandlers(); if ($handlers) { foreach ($handlers as $key => $handler) { $item = $handler::analyse($list); if($item === false) throw new \Exception($handler::getStaticError()); } } return true; }catch(\Exception $e){ $this->setError($e->getMessage()); return false; } } }