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

public getCustomerName ( ) : string
Результат string
Пример #1
0
 /**
  * @Then his name should be :name
  */
 public function hisNameShouldBe($name)
 {
     Assert::same($name, $this->showPage->getCustomerName(), 'Customer name should be "%s", but it is not.');
 }