/** * {@inheritdoc} */ protected function canBeUsed() { return in_array($this->shell->getType(), array(ehough_finder_shell_Shell::TYPE_BSD, ehough_finder_shell_Shell::TYPE_DARWIN)) && parent::canBeUsed(); }
/** * {@inheritdoc} */ protected function canBeUsed() { return $this->shell->getType() === ehough_finder_shell_Shell::TYPE_UNIX && parent::canBeUsed(); }