示例#1
0
 public function markFileInsert($fileName)
 {
     My_Model_Watcher::registerFileInsert($fileName, $this);
     return $this;
 }