예제 #1
0
파일: Watcher.php 프로젝트: shinichi81/ci
 /**
  * Check if folder is excluded.
  *
  * @param $folder
  * @return bool
  */
 public function isExcluded($folder)
 {
     return $this->dataRepository->isExcluded($this->exclusions, $folder);
 }