コード例 #1
0
ファイル: Log.php プロジェクト: postfix/sylar
 public function call(Alert $alert)
 {
     return (bool) fwrite($this->getFileHandler(), $alert->getInfo() . PHP_EOL);
 }