예제 #1
0
파일: DirEntity.php 프로젝트: sndsgd/fs
 /**
  * {@inheritdoc}
  */
 public function test(int $opts) : bool
 {
     return parent::test($opts | \sndsgd\Fs::DIR);
 }