getName() public method

public getName ( ) : string
return string
Example #1
0
 public function testGetName()
 {
     $this->assertSame(self::$name, $this->parameter->getName());
 }