コード例 #1
0
ファイル: GnuFindAdapter.php プロジェクト: n3b/symfony
 /**
  * {@inheritdoc}
  */
 public function isSupported()
 {
     return $this->shell->getType() === Shell::TYPE_UNIX && $this->shell->testCommand('find');
 }
 /**
  * {@inheritdoc}
  */
 protected function canBeUsed()
 {
     return $this->shell->testCommand('find');
 }
コード例 #3
0
 /**
  * {@inheritdoc}
  */
 public function isSupported()
 {
     return $this->shell->testCommand('find');
 }