read() public method

Reads a response from the server.
public read ( ) : mixed
return mixed
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function read()
 {
     return $this->connection->read();
 }