Inheritance: implements Liip\RMT\ContextAwareInterface, implements Liip\RMT\Action\ActionInterface
Ejemplo n.º 1
0
 public function __construct($options)
 {
     parent::__construct($options);
 }
Ejemplo n.º 2
0
 public function __construct($options = array())
 {
     parent::__construct(array_merge(array('ask-confirmation' => true, 'remote-name' => null, 'ask-remote-name' => false), $options));
 }
Ejemplo n.º 3
0
 public function __construct($options = array())
 {
     parent::__construct(array_merge(array('allow-ignore' => false), $options));
 }