__construct() public method

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