Browse Source

fix read method in client interface

pull/46/head
Diogo Bemfica 5 years ago
parent
commit
1b1e6c0110
  1. 3
      src/Interfaces/ClientInterface.php

3
src/Interfaces/ClientInterface.php

@ -27,10 +27,11 @@ interface ClientInterface
* A !fatal block precedes TCP connexion close * A !fatal block precedes TCP connexion close
* *
* @param bool $parse If need parse output to array * @param bool $parse If need parse output to array
* @param array $options If need pass options
* *
* @return mixed * @return mixed
*/ */
public function read(bool $parse = true);
public function read(bool $parse = true, array $options = []);
/** /**
* Send write query to RouterOS (modern version of write) * Send write query to RouterOS (modern version of write)

Loading…
Cancel
Save