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

public getParameter ( $key )
Пример #1
0
 public function testParameterThatDoesntExist()
 {
     $this->setExpectedException('Exception', "Parameter 'DoesNotExist' not found in stack 'test-stack1'");
     $this->stack->getParameter('DoesNotExist');
 }