__construct() public method

public __construct ( $options = [] )
Exemplo n.º 1
0
 public function __construct($options)
 {
     parent::__construct($options);
 }
Exemplo n.º 2
0
 public function __construct($options = array())
 {
     parent::__construct(array_merge(array('ask-confirmation' => true, 'remote-name' => null, 'ask-remote-name' => false), $options));
 }
Exemplo n.º 3
0
 public function __construct($options = array())
 {
     parent::__construct(array_merge(array('allow-ignore' => false), $options));
 }