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

Get name in lower case.
public getLowerName ( ) : string
Результат string
Пример #1
0
 /** @test */
 public function it_gets_lowercase_module_name()
 {
     $this->assertEquals('recipe', $this->module->getLowerName());
 }