Example #1
0
 /**
  * {@inheritdoc}
  */
 public function isSupported()
 {
     return $this->shell->getType() === Shell::TYPE_UNIX && parent::isSupported();
 }
Example #2
0
 /**
  * {@inheritdoc}
  */
 public function isSupported()
 {
     return in_array($this->shell->getType(), array(Shell::TYPE_BSD, Shell::TYPE_DARWIN)) && parent::isSupported();
 }