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

Get output
public getOutput ( $key ) : string
$key
Результат string
Пример #1
0
 public function testOutputThatDoesntExist()
 {
     $this->setExpectedException('Exception', "Output 'DoesNotExist' not found in stack 'test-stack1'");
     $this->stack->getOutput('DoesNotExist');
 }