getName() public method

{@inheritDoc}
public getName ( )
Exemplo n.º 1
0
 public function testGetName()
 {
     $chain = new Chain();
     $this->assertEquals('chain', $chain->getName());
 }