Lines Matching refs:self
13 self::INFO => 'I',
14 self::WARNING => 'W',
15 self::ERROR => 'E',
16 self::SECURITY => 'S',
20 self::INFO => [],
21 self::WARNING => [],
22 self::ERROR => [],
23 self::SECURITY => [],
60 $self = new self($extension);
61 return $self->notices;
72 … if (!isset(self::ICONS[$type])) throw new \RuntimeException('Unknown notice type: ' . $type);
84 … if (!isset(self::ICONS[$type])) throw new \RuntimeException('Unknown notice type: ' . $type);
85 return self::ICONS[$type][0] ?? '';
115 $this->notices[self::ERROR][] = sprintf(
135 $this->notices[self::WARNING][] = sprintf(
148 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_issue'), $issue);
151 $this->notices[self::SECURITY][] = sprintf($this->getLang('security_warning'), $issue);
163 $this->notices[self::ERROR][] = sprintf(
179 $this->notices[self::ERROR][] = $e->getMessage();
192 $this->notices[self::WARNING][] = sprintf($this->getLang('update_message'), $msg);
203 $this->notices[self::WARNING][] = sprintf(
220 $this->notices[self::ERROR][] = $e->getMessage();
237 $this->notices[self::INFO][] = $this->getLang('auth');
249 $this->notices[self::INFO][] = $this->getLang('git');