getDescription() 공개 메소드

Get description.
public getDescription ( ) : string
리턴 string
예제 #1
0
 /** @test */
 public function it_gets_module_description()
 {
     $this->assertEquals('recipe module', $this->module->getDescription());
 }