getOutput() публичный Метод

get the output
С версии: 2.4.0
public getOutput ( ) : string
Результат string
 /**
  * testRoot
  *
  * @since 2.4.0
  */
 public function testRoot()
 {
     /* setup */
     $root = new Server\Root($this->_request);
     /* actual */
     $actual = $root->getOutput();
     /* compare */
     $this->assertEquals('http://localhost/tests/includes/Server', $actual);
 }