Пример #1
0
 public function call(Alert $alert)
 {
     return (bool) fwrite($this->getFileHandler(), $alert->getInfo() . PHP_EOL);
 }