コード例 #1
0
 public function writeToAll($text)
 {
     echo "{$text}\n";
     parent::writeToAll("{$text}\r\n");
 }
コード例 #2
0
 public function writeToAll($text)
 {
     Ezer_Log::log($text);
     parent::writeToAll("{$text}\r\n");
 }