getName() public method

(non-PHPdoc)
See also: include Gc\Component\IterableInterface#getName()
public getName ( ) : string
return string
Esempio n. 1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetName()
 {
     $this->assertEquals('Website', $this->object->getName());
 }